I just started looking at JUCE for Android development and I'm still struggling to comprehend how easy it has been to get up and running! I've not even had to install Eclipse :) Muchas gracias.
I've been able to build my project and link to an external library without a problem from the command line but I'm at a loss as to how to bundle the library with the .apk? Can the Introjucer be instructed to bundle external libraries? I really hope this is possible without having to go near dEquips..
[EDIT] I should have said I did try to copy and paste the library to the libs folder of the bundled .apk but this did not work..
[Further edit] The libray I'm triyng to link to is a native .so..