Json library on Android
in
Android Processing
•
1 year ago
Hi,
I am trying to load data from the Internet on Android using Processing 2.0a6.
xml loading seems to do not work on Android unfortunately, so I try the JSON library.
I successfully load a JSON file on processing standard mode, but when it come to deploy it on Android, I got this message:
BUILD FAILED
/android-sdk-macosx/tools/ant/build.xml:679: The following error occurred while executing this line:
/android-sdk-macosx/tools/ant/build.xml:692: Compile failed; see the compiler error output for details.
And this line is highlighted in my code:
root = new JSONObject( result );
Any help welcome...
Thanks
2