I need some help in setting up the development environment. I am trying for many hours to figure out the right steps and I need some help.
2. Everything compile fine in Eclipse. I had to download also OsmAnd-resources and use ant copy_resources.
3. I build and run the project from Eclipse and it successfully installed on phone, the app it's opening fine but I cannot enable native library. Do I need to do something else with ant to be able to install the app with the native library. Pre-build native libraries are not enough?
I can see in logcat multiple issues. Can you help?
11-25 10:21:55.454: D/net.osmand(4031): NativeOsmandLibrary Loading native gnustl_shared...
11-25 10:21:55.454: D/dalvikvm(4031): Trying to load lib /data/data/net.osmand.plus/lib/libgnustl_shared.so 0x4213aaa0
11-25 10:21:55.459: D/dalvikvm(4031): Added shared lib /data/data/net.osmand.plus/lib/libgnustl_shared.so 0x4213aaa0
11-25 10:21:55.459: D/dalvikvm(4031): No JNI_OnLoad found in /data/data/net.osmand.plus/lib/libgnustl_shared.so 0x4213aaa0, skipping init
11-25 10:21:55.459: D/net.osmand(4031): NativeOsmandLibrary Loading native cpufeatures_proxy...
11-25 10:21:55.459: D/dalvikvm(4031): Trying to load lib /data/data/net.osmand.plus/lib/libcpufeatures_proxy.so 0x4213aaa0
11-25 10:21:55.459: D/dalvikvm(4031): Added shared lib /data/data/net.osmand.plus/lib/libcpufeatures_proxy.so 0x4213aaa0
11-25 10:21:55.459: D/dalvikvm(4031): No JNI_OnLoad found in /data/data/net.osmand.plus/lib/libcpufeatures_proxy.so 0x4213aaa0, skipping init
11-25 10:21:55.459: D/net.osmand(4031): NativeOsmandLibrary Loading jnigraphics, since Android >= 2.2 ...
11-25 10:21:55.459: D/dalvikvm(4031): No JNI_OnLoad found in /system/lib/libjnigraphics.so 0x4213aaa0, skipping init
11-25 10:21:55.459: D/net.osmand(4031): NativeOsmandLibrary Loading native libraries...
11-25 10:21:55.464: E/net.osmand(4031): NativeOsmandLibrary Failed to load new native library
11-25 10:21:55.464: E/net.osmand(4031): java.lang.UnsatisfiedLinkError: Couldn't load OsmAndJNI_neon: findLibrary returned null
11-25 10:21:55.464: E/net.osmand(4031): at java.lang.Runtime.loadLibrary(Runtime.java:365)
11-25 10:21:55.464: E/net.osmand(4031): at java.lang.System.loadLibrary(System.java:535)
11-25 10:21:55.464: E/net.osmand(4031): at net.osmand.plus.render.NativeOsmandLibrary.loadNewCore(NativeOsmandLibrary.java:85)
11-25 10:21:55.464: E/net.osmand(4031): at net.osmand.plus.render.NativeOsmandLibrary.getLibrary(NativeOsmandLibrary.java:49)
11-25 10:21:55.464: E/net.osmand(4031): at net.osmand.plus.OsmandApplication.startApplicationBackground(OsmandApplication.java:498)
11-25 10:21:55.464: E/net.osmand(4031): at net.osmand.plus.OsmandApplication.access$3(OsmandApplication.java:485)
11-25 10:21:55.464: E/net.osmand(4031): at net.osmand.plus.OsmandApplication$6.run(OsmandApplication.java:476)
11-25 10:21:55.464: E/net.osmand(4031): at java.lang.Thread.run(Thread.java:856)
11-25 10:21:55.464: D/dalvikvm(4031): Trying to load lib /data/data/net.osmand.plus/lib/libosmand_neon.so 0x4213aaa0
11-25 10:21:55.469: D/dalvikvm(4031): Added shared lib /data/data/net.osmand.plus/lib/libosmand_neon.so 0x4213aaa0
11-25 10:21:55.469: E/net.osmand:native(4031): Failed to find class net/osmand/plus/Reshaper
11-25 10:21:55.469: E/dalvikvm(4031): Fatal error: Failed to find class net/osmand/plus/Reshaper
11-25 10:21:55.469: E/dalvikvm(4031): VM aborting
11-25 10:21:55.469: A/libc(4031): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 4096 (Initializing ap)