Issue #133
resolved
I followed the wiki (building love for android -- mac os x)
JDK version java version "1.8.0_92"
sdk/ndk download from google official, and run ndk sample hello-jin succeed.
but when I enter the source dir of love2d, run ndk-build, I got a error.
[armeabi] Compile++ : love <= love.cpp
make: /Users/hxl/Developer/tools/ndk/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-g++: No such file or directory
make: *** [obj/local/armeabi/objs/love/src/love.o] Error 1
Comments (2)
-
reporter -
repo owner - changed status to resolved
- Log in to comment
when I changed the toolchain version in Application.mk to 4.9, it sloved.