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
Post a Comment