我正在使用:
从android源代码构建windows sdkmake PRODUCT-<product>-win_sdk
在dir out / host / windows /中生成一个zip包。我使用'android list target'来验证ti是否有效。不幸的是它显示为空。添加'-v'显示:
Ignoring platform 'android-2.3.7': tools\aapt.exe is missing.
实际上,这个文件是在平台工具中。我将它和许多其他文件移动到平台\ android-2.3.7 \ tools。之后'list target'命令显示'android-2.3.7'。可能没问题。
另一个问题仍然存在:模拟器暂停。 -show-kernel选项启用内核日志,它显示发生了内核恐慌:
Kernel panic - not syncing: Attempted to kill init!
任何人都可以帮助我吗?感谢。