Я пытаюсь перенести свой существующий проект с кордовы 2.1 до последней версии, 3.1, которая может быть командной консолью,
У меня уже установлен Android SDK,
Итак:
sudo npm install -g cordova // All good
cordova create hello com.example.hello HelloWorld // All good
cordova platform add android // Then it fires:
Checking Android requirements...
[Error: 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: ]
Итак, я установил Macports и попытался:
sudo port install android
Типы журналов:
Warning: All compilers are either blacklisted or unavailable; defaulting to first fallback option
Warning: Xcode does not appear to be installed; most ports will likely fail to build.
---> Cleaning android
---> Scanning binaries for linking errors: 100.0%
---> No broken files found.
Любая идея, что мне здесь не хватает?