Hi all!
I would like to know whether there is any guide available to successfully compile a Juce based app (such as the JuceDemo) in android under Windows (Visual C++ 2008/2010). That would save me tons of hours searching what might have been discussed hundreds of times…
As long as you’ve got the SDK and NDK installed correctly, the demo should build just by running “ant debug”.
But since the whole android toolchain is clearly designed for unix, not windows, you’re on your own with the set-up of cygwin or whatever other horrors are involved in getting that to work. I’ve never tried building it on windows myself, as I value my sanity.