You can use eclipse to run OsmAnd and have the core native libraries.
- Copy the four folders that are Inside the /lib folder (armeabi,armeabi-v7a, mips, x86) into your development project under OsmAnd/libs/.
- Refresh and clean the project in Eclipse and run. Eclipse will automatically include the native libraries into the app.
- Important don't forget to run ant copy_resources before. You can run ant commmand in Windows under cygwin. This command is copying the resources files from OsmAnd-resources project.
Just to make it clearer, to make it work in Windows I suggest the following:
- Download cygwin (unix shell command for windows).
- Try to run ant in cygwin and after everything compiles fine, then try to import the project in Eclpise.