Debug vs. Release builds in the Android NDK

前端 未结 3 1742
一向
一向 2021-02-02 03:01

I\'m working on a large game engine that must be ported to Android. All the code is C/C++, so we are porting via the NDK. I\'ve got everything building, but after lots of scou

3条回答
  •  醉话见心
    2021-02-02 03:44

    I use a single file to build a library for diferent targets. In the Application.mk add this "APP_ABI := armeabi armeabi-v7a" it works for me.

提交回复
热议问题