Valid ABIs: no ABIs ABI的问题
编译好了android的源码,内核和sdk。然后照着那本《Android技术内幕。系统卷》下说的
cd source/out/host/linux-x86/sdk/android-sdk_eng.root_linux-x86/tools
然后 $ ./mksdcard 512M sdcard.img
$ ./android create avd --target 1 --name oscar --sdcard sdcard.img
但这步之后terminal显示: Valid ABIs: no ABIs.
Error: This platform has more than one ABI. Please specify one using --abi.
我用./android list targets显示:
Available Android targets:
----------
id: 1 or "android-AOSP"
Name: Android 4.0 (Preview)
Type: Platform
API level: AOSP
Revision: 2
Skins: WVGA800 (default), WXGA800, WVGA854, WQVGA432, WQVGA400, QVGA, WXGA720, HVGA, WSVGA
ABIs : no ABIs.
没有ABI(Application Binary Interface),请问这个问题怎么解决,我网上查了,都没有解决办法。
谢谢!