Hi,

according to build.gradle you can't build libosmand.so under Windows:

if (!Os.isFamily(Os.FAMILY_WINDOWS)) {
    commandLine "bash", file("./old-ndk-build.sh").getAbsolutePath()
} else {
    commandLine "cmd", "/c", "echo", "Not supported"
}

https://github.com/osmandapp/Osmand/blob/master/OsmAnd/build.gradle

Regards,
Max


On Thursday, August 23, 2018 at 12:38:47 PM UTC+2, FireWorks wrote:
>
> Found the problem, its missing native libraries.
>
> I managed to get it working as expected by copying the  libc++_shared.so & 
> libosmand.so libraries from the nightly build apk into 
> to \libc++\armeabi-v7a\ folder and then recompiling as freeLegacyArm7Debug.
>
> Are these libraries supposed to be included with the source code?
>
> Regards,
>   FireWorks
>

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to