veandco / go-sdl2-examples

This is where all go-sdl2 examples are stored
91 stars 34 forks source link

Android example bug (ARM/ARM64) #12

Open six519 opened 1 year ago

six519 commented 1 year ago

I successfully compiled the so file but encountered an error while opening the example app:

For ARM architecture:

arm

For ARM64 architecture:

arm64

six519 commented 1 year ago

Just found out that there's no static library build for the architecture android/arm64 that's why an error raised when running an arm64 build. Need to add a build script here https://github.com/veandco/sdl2-static-library-build-scripts I guess.

veeableful commented 1 year ago

Hi @six519, thanks for submitting this issue! I will look into this and let you know if I managed to fix it.