Change APP_ABI option in your Application.mk file. It could look something like: APP_ABI := armeabi armeabi-v7a x86 Then re-run your build. As described here
|
Change APP_ABI option in your Application.mk file. It could look something like: APP_ABI := armeabi armeabi-v7a x86 Then re-run your build. As described here
|