lzhiyong / termux-ndk

android-ndk for termux
Other
506 stars 54 forks source link

Love2d fails #77

Closed Vixeliz closed 2 years ago

Vixeliz commented 2 years ago

Screenshot_20211207-015215_Termux

This happens with love2d ive updated the ndk and sdk(with the updated sdk-tools) and followed along the build-app guide. However i still get unkown architecture. (By the way this isnt related to my last issue at all) any help would be appreciated thanks :)

lzhiyong commented 2 years ago

I have fixed it, please download again.

modify the Application.mk

# min sdk api level 16
APP_PLATFORM := 16
Vixeliz commented 2 years ago

Dowload what again the ndk or sdk?

lzhiyong commented 2 years ago

Dowload what again the ndk or sdk?

the ndk

Vixeliz commented 2 years ago

Alright will do. Is it in releases or do i need to compile?

lzhiyong commented 2 years ago

Alright will do. Is it in releases or do i need to compile?

no need to compile, just download the ndk-r23b again.

Vixeliz commented 2 years ago

Awesome thanks for the quick response u are an awesome maintainer. Trying now

Vixeliz commented 2 years ago

Now working thank you so much!!!