Loading...
Logo
Processing Forum
I'm trying to compile an example from toxiclibs for android. In standard mode the example compiles fine.

whenever I want to compile the android version I bump into the same problem. 


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. ...
  9. "some package does not exist"

If I then move up the library file e.g. toxiclibscore.jar up a dir to the parent directory, it compiles fine

Am I installing the libs in the wrong place?

~/Documents/Processing/Libraries/toxiclibscore/*


standard processing finds them!


thanks


K

Replies(2)

You may have figured this out already, as there are numerous threads on this, but you use Sketch > Add File , then navigate to the Jar, and it will add it directly to a "CODE" folder in your sketch path.
alright that should work, I wasn't aware of that option.

thanks