Unable to detect application ABI's when trying to debug NDK

前端 未结 5 670
南笙
南笙 2020-12-16 10:59

I\'m trying to debug an Android application with native code using ADT 20.0.3 on Eclipse and it\'s giving me this error:

[2012-10-04 12:09:12 - ndk_android]          


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 11:59

    Try to cleanup the OBJ and libs directories, and only build one ABI. For example, add APP_ABI=armeabi next to NDK_DEBUG=1

提交回复
热议问题