gaylaha.blogg.se

Android command line tools
Android command line tools











I thought I could pass in a variable to ant to change where the java sources were found, but due to library dependencies this ended up not working, which resulted in me just renaming the folder. This will compile the c/c++ code to a shared object file and will also create a jni folder with Android.mk and Application.mk.Īfter that, I actually had to move the src folder to a temporary location and rename srcJava to src. Then, you’ll need to run make with a PLATFORM_OS variable of Android: make PLATFORM_OS=Android Update the line where is says NDK_ROOT= to point to your NDK root. There is a file called paths.make located here: /of_v0.9.0_android_release/libs/openFrameworksCompiled/project/android/paths.make I ended up having to do a few things to get this to work.

android command line tools

Linux android command-line build (ant? make?)













Android command line tools