私はこのチュートリアルを実行しています:
ワークスペース内に次のプロジェクトを作成しました。
cordova create hello2 com.example.hello2 "Hello World 2"
ディレクトリにcd
そしていま:
cordova platform add android
次のエラーが表示されます。
The command `android` failed. Make sure you have the latest Android SDK installed, and the `android` command (inside the tools/ folder) added to your path. Output: /bin/sh: android: command not found
私のエクスポート パスは次のようになります。
export PATH=${PATH}:/Documents/DevFolder/adt-bundle-mac-x86_64-20130522/sdk/platform-tools:/Documents/DevFolder/adt-bundle-mac-x86_64-20130522/sdk/tools
このパスの何が問題になっていますか?
または、他に何がこのエラーを引き起こす可能性がありますか。そして、はい、Android SDK をインストールしました。これによれば: