android - How to build an .so binary for a device with a 64-bit CPU? -



android - How to build an .so binary for a device with a 64-bit CPU? -

as know, android l back upwards devices (mobile phones) based on 64-bit target cpu (arm).

so preparing native code binaries (.so file extension) kind of 64-bit android phone.

how can build .so binary 64-bit target android ndk?

according investigation, setting next variable fixes question in application.mk.

app_abi := arm64-v8a

coould confirm reply ?

thanks.

android android-ndk arm 64bit shared-libraries

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -