我正在从android源代码构建windows sdk,使用:
make 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.
事实上,这个文件在 platform-tools 中。我将它和许多其他文件移动到platforms\android-2.3.7\tools。之后,“list target”命令显示“android-2.3.7”。可能没问题。
另一个问题仍然存在:模拟器停止。-show-kernel 选项启用内核日志,它显示发生了内核恐慌:
Kernel panic - not syncing: Attempted to kill init!
谁能帮我?谢谢。