How do i change build for system architecture

when i build the game for android, the game was compiled for running on armV7 but some of users are still using armv6
so how do i change the build apk to armv6?

Defold supports Android 2.3 (API Level 9) and upwards. I could find almost no ARMv6 Android device that runs anything newer than Android 2.2 so you wouldn’t be able to run Defold regardless of CPU architecture.

1 Like