I have gotten further in my attempts at building my app for Android devices, but I've hit a snag with compiling it. I'm at this step:
Quote: "To compile the tier 1 interpreter app open cygwin and browse to the android interpreter directory (cygwin is case sensitive and does not allow spaces in your project path), for example in my enironment that would be 'cd "/cygdrive/c/android/AGK/IDE/apps/interpreter_android" then try to compile the interpreter with the path to the NDK installation e.g. "/cygdrive/c/android/android-ndk-r6b/ndk-build 2> log.txt" errors will be put in log.txt in the interpreter_android folder. This compiles all the C++ code into the native library that will be the main part of the Android application."
I was able to get the command to run, however this is the output I receive:
Quote: "Jeff@Jeff-Toshiba /cygdrive/c/android/AGK/IDE/apps/interpreter_android
$ /cygdrive/c/android/android-ndk-r6b/ndk-build 2> log.txt
Compile++ arm : android_player <= Core.cpp
/cygdrive/c/android/android-ndk-r6b/build/core/build-binary.mk:220: recipe for target `/cygdrive/c/android/AGK/IDE/apps/interpreter_android/obj/local/armeabi/objs/android_player/Core.o' failed
"
I have attached my log file, does anyone have any ideas how to fix this?
Hi there. My name is Dug. I have just met you, and I love you.