BUILD FAILED
/opt/android-sdk/tools/ant/build.xml:649: The following error occurred while executing this line:
/opt/android-sdk/tools/ant/build.xml:694: null returned: 2
Total time: 0 seconds
cp: cannot stat 'bin/love_android_sdl2-debug.apk': No such file or directory
Why would you install a 64 bit program in a 32 bit machine?
It took me 4 minutes to Google "Android NDK Linux 32bits" and find this link that has download links for older versions of the NDK, it looks like NDK r10d has a Linux x86 binary which should work in 32bits machine, the newer ones don't support Linux 32 bits
for i, person inipairs(everybody) do [tab]ifnot person.obey then person:setObey(true) end end
love.system.openURL(github.com/pablomayobre)
Thanks for the solution Positive07. I was able to run ndk-build on love-android-sdl2 successfully unfortunately it doesn't end there. The build-tools and platform-tools I downloaded using android sdk manager is only supported for linux 64-bit versions. I got those files for 32-bit system here https://computernerddiaries.wordpress.c ... ed-string/
After I ran ant debug the console showed 3 warnings. Build was successful but there is no debug love_android_sdl2-debug.apk in the bin folder instead there are two other apk files: love-android-debug.apk and love-android-debug-unaligned.apk.
When I copy them to my mobile and try to install it says App not installed.
EDIT: I installed open JDK instead of oracle JDK. Hope it doesn't make a difference.