Требования Cordova не для Android в Mac
Я попробовал установку Android Cordova в Mac.
добавлена платформа Android с помощью следующей команды
cordova platform add android@latest
но когда я выпускаю требования кордовы, это терпит неудачу со следующей ошибкой
Android Studio project detected
Requirements check results for android:
Java JDK: installed 1.8.0
Android SDK: installed true
Android target: not installed
No android targets (SDKs) installed!
Gradle: installed /usr/local/Cellar/gradle/4.9/bin/gradle
Requirements check results for ios:
Apple macOS: installed darwin
Xcode: installed [object Object]
ios-deploy: installed [object Object]
CocoaPods: installed [object Object]
(node:85492) UnhandledPromiseRejectionWarning: CordovaError: Some of requirements check failed
at /usr/local/lib/node_modules/cordova/src/cli.js:414:27
at _fulfilled (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/q/q.js:787:54)
at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/q/q.js:816:30
at Promise.promise.promiseDispatch (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/q/q.js:749:13)
at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/q/q.js:557:44
at flush (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/q/q.js:108:17)
at process._tickCallback (internal/process/next_tick.js:61:11)
(node:85492) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:85492) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
У меня есть последние Cordova и Android SDK (только папка инструментов только).
запустить и построить отлично работает для IOS, но не работает для Android. Можете ли вы помочь мне исправить это. Заранее спасибо.
1 ответ
Решение
Это сработало после установки Android версии 27 и 26 от Android Studio.