Hi everyone
I’m trying to setup openframeworks for android on my windows (windows 8 pro).
I Followed this tutorial step by step, but after I try to build openframeworks, i get the following errors in eclipse:
> make: *** [all] Error 2 openFrameworks C/C++ Problem
> make: *** [Release] Error 2 androidEmptyExample C/C++ Problem
> make[1]: *** [Debug] Error 2 openFrameworks C/C++ Problem
> make[1]: *** [Release] Error 2 androidEmptyExample C/C++ Problem
> make[2]: *** [../../../libs/openFrameworksCompiled/lib/android/obj/armv5/Release/libs/openFrameworks/3d/of3dPrimitives.o] Error 127 androidEmptyExample C/C++ Problem
> make[2]: *** [../../../libs/openFrameworksCompiled/lib/android/obj/armv5/Release/libs/openFrameworks/3d/of3dUtils.o] Error 127 androidEmptyExample C/C++ Problem
> make[2]: *** [../../../libs/openFrameworksCompiled/lib/android/obj/armv7/Debug/libs/openFrameworks/3d/of3dPrimitives.o] Error 127 openFrameworks C/C++ Problem
> make[2]: *** [../../../libs/openFrameworksCompiled/lib/android/obj/armv7/Debug/libs/openFrameworks/3d/of3dUtils.o] Error 127 openFrameworks C/C++ Problem
> make[2]: *** wait: No children. Stop. androidEmptyExample C/C++ Problem
> make[2]: *** wait: No children. Stop. openFrameworks C/C++ Problem
> make[2]: *** Waiting for unfinished jobs.... androidEmptyExample C/C++ Problem
> make[2]: *** Waiting for unfinished jobs.... openFrameworks C/C++ Problem
> The project cannot be built until build path errors are resolved androidEmptyExample Unknown Java Problem
my versions are:
JRE: 6
Android NDK: r8d
Android SDK: 4.3
Eclipse: Luna 4.4.0
MinGW: 0.6.2 beta
OF: 0.8.3_android_release
JDK: 1.8
I even tried with NDK r9b and NDK r10, and different java compiler versions in eclipse (1.7, 1.8, even 1.5) but no luck.
It also gets stuck at 59% for a long long time until it proceeds and produces the above errors.
Any suggestions please?
Edit: As suggested in the tutorial, at first I imported all the android examples but got even more errors, so I tried again and this time only imported the android empty example to get it to build, with no luck ofcourse.
I also noticed another person having similar problem in this thread, but no solutions.