我使用 android-sdk-r12m-r17m-linux.zip 和 android-ndk-r8-linux-x86.tar.bz2 来编译我的 android apk。
我的编译步骤是:
android update project -p . --target 2
ndk-build APP_ABI=mips
ant debug
输出 apk 在我的 mips 平台上运行良好。但是,在我尝试 ndk-gdb 之后,我收到以下错误。
ERROR: The device does not support the application's targetted CPU ABIs!
Device supports: mips
Package supports: armeabi