Loading...
Logo
Processing Forum
Hi,

I've decided that I want to use toxiclibs in a future Android project of mine. I've started out by trying to get the "draggable particles" example in VerletPhysics to run on my device. 

Here is the link to the .pde on Google Code. After switching to Android mode in the PDE I used Sketch --> Add File to import the jars for toxiclibscore and verletphysics. When I selected run on device, I got the error "Error from inside the Android Tools, check the console."

Here is the output:

Copy code

  1. Ignoring sub-folder "docs"
  2. Ignoring sub-folder "examples"
  3. Ignoring sub-folder "library"
  4. Ignoring sub-folder "docs"
  5. Ignoring sub-folder "examples"
  6. Ignoring sub-folder "library"
  7. Android SDK Tools Revision 12
  8. Project Target: Android 2.1-update1
  9. API level: 7

  10. ------------------
  11. Resolving library dependencies:
  12. No library dependencies.

  13. ------------------


  14. Importing rules file: tools/ant/main_rules.xml

  15. -debug-obfuscation-check:

  16. -set-debug-mode:

  17. -compile-tested-if-test:

  18. -pre-build:

  19. -dirs:
  20.      [echo] Creating output directories if needed...
  21.     [mkdir] Created dir: /var/folders/nl/m80k7hvn0dl4db8l5z8z_26r0000gn/T/android6628799578114544777.pde/bin
  22.     [mkdir] Created dir: /var/folders/nl/m80k7hvn0dl4db8l5z8z_26r0000gn/T/android6628799578114544777.pde/gen
  23.     [mkdir] Created dir: /var/folders/nl/m80k7hvn0dl4db8l5z8z_26r0000gn/T/android6628799578114544777.pde/bin/classes

  24. -aidl:
  25.      [echo] Compiling aidl files into Java classes...

  26. -renderscript:
  27.      [echo] Compiling RenderScript files into Java classes and RenderScript bytecode...

  28. -resource-src:
  29.      [echo] Generating R.java / Manifest.java from the resources...

  30. -pre-compile:

  31. compile:
  32.     [javac] /Users/milespeyton/Desktop/projects/android-sdk-mac_x86/tools/ant/main_rules.xml:384: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
  33.     [javac] Compiling 2 source files to /var/folders/nl/m80k7hvn0dl4db8l5z8z_26r0000gn/T/android6628799578114544777.pde/bin/classes
  34.     [javac] toxi/geom/Rect.class(toxi/geom:Rect.class): warning: Cannot find annotation method 'value()' in type 'javax.xml.bind.annotation.XmlAccessorType': class file for javax.xml.bind.annotation.XmlAccessorType not found
  35.     [javac] toxi/geom/Rect.class(toxi/geom:Rect.class): warning: Cannot find annotation method 'required()' in type 'javax.xml.bind.annotation.XmlAttribute': class file for javax.xml.bind.annotation.XmlAttribute not found
  36.     [javac] toxi/geom/Rect.class(toxi/geom:Rect.class): warning: Cannot find annotation method 'required()' in type 'javax.xml.bind.annotation.XmlAttribute'
  37.     [javac] toxi/geom/Rect.class(toxi/geom:Rect.class): warning: Cannot find annotation method 'required()' in type 'javax.xml.bind.annotation.XmlAttribute'
  38.     [javac] toxi/geom/Rect.class(toxi/geom:Rect.class): warning: Cannot find annotation method 'required()' in type 'javax.xml.bind.annotation.XmlAttribute'
  39.     [javac] toxi/geom/Vec2D.class(toxi/geom:Vec2D.class): warning: Cannot find annotation method 'required()' in type 'javax.xml.bind.annotation.XmlAttribute'
  40.     [javac] toxi/geom/Vec2D.class(toxi/geom:Vec2D.class): warning: Cannot find annotation method 'required()' in type 'javax.xml.bind.annotation.XmlAttribute'
  41.     [javac] An exception has occurred in the compiler (1.6.0_26). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
  42.     [javac] java.lang.NullPointerException
  43.     [javac] at com.sun.tools.javac.comp.Flow.visitNewClass(Flow.java:1125)
  44.     [javac] at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1257)
  45.     [javac] at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:35)
  46.     [javac] at com.sun.tools.javac.comp.Flow.scanExpr(Flow.java:500)
  47.     [javac] at com.sun.tools.javac.comp.Flow.scanExprs(Flow.java:510)
  48.     [javac] at com.sun.tools.javac.comp.Flow.visitApply(Flow.java:1116)
  49.     [javac] at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1210)
  50.     [javac] at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:35)
  51.     [javac] at com.sun.tools.javac.tree.TreeScanner.visitExec(TreeScanner.java:157)
  52.     [javac] at com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1074)
  53.     [javac] at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:35)
  54.     [javac] at com.sun.tools.javac.comp.Flow.scanStat(Flow.java:484)
  55.     [javac] at com.sun.tools.javac.comp.Flow.scanStats(Flow.java:492)
  56.     [javac] at com.sun.tools.javac.comp.Flow.visitBlock(Flow.java:747)
  57.     [javac] at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:739)
  58.     [javac] at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:35)
  59.     [javac] at com.sun.tools.javac.comp.Flow.scanStat(Flow.java:484)
  60.     [javac] at com.sun.tools.javac.comp.Flow.visitMethodDef(Flow.java:693)
  61.     [javac] at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:639)
  62.     [javac] at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:35)
  63.     [javac] at com.sun.tools.javac.comp.Flow.visitClassDef(Flow.java:641)
  64.     [javac] at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:575)
  65.     [javac] at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:35)
  66.     [javac] at com.sun.tools.javac.comp.Flow.analyzeTree(Flow.java:1256)
  67.     [javac] at com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1090)
  68.     [javac] at com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1064)
  69.     [javac] at com.sun.tools.javac.main.JavaCompiler.compile2(JavaCompiler.java:765)
  70.     [javac] at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:730)
  71.     [javac] at com.sun.tools.javac.main.Main.compile(Main.java:353)
  72.     [javac] at com.sun.tools.javac.main.Main.compile(Main.java:279)
  73.     [javac] at com.sun.tools.javac.main.Main.compile(Main.java:270)
  74.     [javac] at com.sun.tools.javac.Main.compile(Main.java:69)
  75.     [javac] at com.sun.tools.javac.Main.main(Main.java:54)

  76. BUILD FAILED
  77. /Users/milespeyton/Desktop/projects/android-sdk-mac_x86/tools/ant/main_rules.xml:384: Compile failed; see the compiler error output for details.

  78. Total time: 1 second
Any help would be appreciated because I'm not sure where to go from here.

Thanks      

Replies(6)

Would it be preferable to use something like Box2D instead of toxiclibs on Android? I'm just looking to use spring physics and simple particle behaviors in my game. 
FYI, I'm getting the same error... 

Been a while since I played with toxiclibs on Android, as I always found that the examples mostly worked, but were slow...

I have a few examples that DO work with toxiclibscore, so I can confirm that it's not an issue with that jar per se...
Erm... can I ask why you're still working with the Google Code repo if it says on their that this old version is not being maintained anymore, and that already for almost 1.5years?



I've not yet had a chance to hack around with Android, but its seems the errors are related to JAXB annotations for various class properties throughout the library... On the other hand, Jesse says he's been successfully compiling projects using my libs, so I don't really know. What ADK versions are you both developing with?

http://postspectacular.com | http://toxiclibs.org
Ah! Sorry about that. I was actually playing with the example from the newest version, but just wanted to link to something instead of pasting the code. 

I'm using Android SDK Tools revision 12, so the newest release I believe.
I needed ToxicLibs from some of the geometry code as well.

My dirty fix for this is to get the source code for the library, and just remove all references to the XML binding stuff (things like "@XmlAccessor...") as well as the imports from the classes are trying to use. Then re-build.

Those binding classes are not available on Android, however it doesn't seem to affect the functionality of the library to remove them.

d.