You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to run the ant debug command with the right Android SDK components installed but when I launch it complains about missing libSDL2.so. I have NDK 23.2.8568313 but the generated APK doesn't contain any .so files.
The text was updated successfully, but these errors were encountered:
Thore1954
changed the title
Is it possible for normies like me to build the APK?
Is it possible to properly build the APK?
Jan 2, 2024
I managed to run the ant debug command with the right Android SDK components installed but when I launch it complains about missing libSDL2.so. I have NDK 23.2.8568313 but the generated APK doesn't contain any .so files.
Write your own build script, this is not that hard. For example you can find build script in scripts folder
I managed to run the
ant debug
command with the right Android SDK components installed but when I launch it complains about missinglibSDL2.so
. I have NDK23.2.8568313
but the generated APK doesn't contain any.so
files.The text was updated successfully, but these errors were encountered: