drammer
drammer copied to clipboard
I get an error when build the program setting STANDALONE_TOOLCHAIN variable to point to the toolchain
ONE_TOOLCHAIN=path/to/android-ndk-r11c/sysroot-arm/bin make make: *** No targets set and no makefile found.
Seems to me that you are running make from a directory that does not have a Makefile...
forget the "make" step, and just do it manually:
place the file into the phone and make it executable: adb push rh-test /data/local/tmp/ adb shell chmod 755 /data/local/tmp/rh-test
run the test: adb shell ./data/local/tmp/rh-test