Compiling for standard works, compiling for android fails because lib not found
in
Android Processing
•
2 years ago
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.
- Ignoring sub-folder "docs"
- Ignoring sub-folder "examples"
- Ignoring sub-folder "library"
- Ignoring sub-folder "docs"
- Ignoring sub-folder "examples"
- Ignoring sub-folder "library"
- Android SDK Tools Revision 12
- ...
- "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
1