Intermodalics / tango_ros

ROS related software for Tango
Apache License 2.0
67 stars 22 forks source link

Android Studio: NDK build fails #388

Open PieterVanB opened 6 years ago

PieterVanB commented 6 years ago

I was told to build the app from source, in my issue here.

I've tried with android 8.1 and 4.4, with NDK16 and with NDK r10e

The Project Structure and local.properties are pointing correctly at the ndk folder.

sync Android Studio: OK ---- Build: OK ----- Run: error "command '/opt/android-ndk-r10e/ndk-build'' finished with non-zero exit value 2" -------- Build: error.

So I get a clean build, then an error that it can't build the ndk, then the build also fails after that. How do I resolve this?

jubeira commented 5 years ago

In the README it says NDK r10b. Have you tried using it? I remember having issues when trying out different versions, even when the number was the same.