Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我整天都在尝试和研究这个问题,但似乎仍然找不到答案。
我正在尝试在我的桌面上创建一个带有 phonegap 的 android 包,但不断收到错误“发生意外错误:ANDROID_BIN="${ANDROID_BIN:=$( which android )}" exited with 1'
我不知道出了什么问题,我使用的是新的文件路径。我也尝试了所有其他解决方案,但我似乎仍然无法创建项目!
有人有建议吗?
如果您输入命令which android,您可能会看到 android 不在您的路径中,所以您现在要做的就是PATH=$PATH:/path/to/android/platform-tools:/path/to/android/tools在您输入时which android您应该看到 /path/to/android 希望这会有所帮助
which android
PATH=$PATH:/path/to/android/platform-tools:/path/to/android/tools