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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -