Quantcast
Channel: Android Mode - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 941

Unfolding Maps in Android

$
0
0

Hello, I'm checking out Unfolding Maps in Android mode, trying the SimpleMapApp example in the installation. (Runs in Java mode for me with no problems.)

I'm using Processing 2.2.1 (Processing 3.x is similar), exporting to Nexus 7 (2012) running Android 4.4.2. So far all the other Processing-Android libraries etc I've tried work fine. But the SimpleMapApp gives me this error message:

Unfolding Map v0.9.6 No OpenGL renderer. Using Java2DMapDisplay. FATAL EXCEPTION: Thread-923 Process: processing.test.simplemapapp, PID: 30496 java.lang.NoSuchMethodError: processing.core.PApplet.loadImage at de.fhpotsdam.unfolding.tiles.TileLoader.getTileFromUrl(Unknown Source) at de.fhpotsdam.unfolding.tiles.TileLoader.run(Unknown Source) at java.lang.Thread.run(Thread.java:841)

After TileLoader.java in the source distribution, looks like this (and another call to loadImage) is the problem:

PImage img = p.loadImage(urls[0], "unknown");

Is there a version of Unfolding Maps with this fixed? Before I try to tinker with it and recompile the library…

Thanks! Bill


Viewing all articles
Browse latest Browse all 941

Trending Articles