New to juce on Android

Does the Introjucer not create my project for Eclipse like it does on other platforms for XCode and VisualStudio? I can't find the .project anywhere.

I tried creating a new workspace, then Import... | Android | Existing Android Code Into Workspace

It runs and imediately get "Unfortunately, AndroidTest has stopped"


01-15 10:22:33.210: E/AndroidRuntime(29605): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load juce_jni from loader dalvik.system.PathClassLoader[dexPath=/data/app/com.yourcompany.test-1.apk,libraryPath=/data/app-lib/com.yourcompany.test-1]: findLibrary returned null

It can't find the jni library, I'm assuming because the -1 came from somewhere, because I imported wrong I guess.

Ok, I think I figured it out. After creating the project I needed to "Add Native Support" then I need to fix some paths so that "AppConfig.h" could be found.