

Tools | 25.2.3 | Android SDK Tools 25.2.3 | tools/ Platforms android-25 | 3 | Android SDK Platform 25 | platforms/android-25/ Platforms android-23 | 3 | Android SDK Platform 23 | platforms/android-23/ Platform-tools | 25.0.4 | Android SDK Platform-Tools | platform-tools/ Patcher v4 | 1 | SDK Patch Applier v4 | patcher/v4/

$ /usr/local/android-sdk/tools/bin/sdkmanager -listīuild-tools 23.0.3 | 23.0.3 | Android SDK Build-Tools 23.0.3 | build-tools/23.0.3/īuild-tools 25.0.2 | 25.0.2 | Android SDK Build-Tools 25.0.2 | build-tools/25.0.2/Įxtras android m2repository | 47.0.0 | Android Support Repository | extras/android/m2repository/Įxtras google m2repository | 46 | Google Repository | extras/google/m2repository/ # under "Get just the command line tools" I have the following (this is on CentOS 6.8): $ cordova -version I've seen reports of issues with Cordova and Android SDK Tools 25.3, but this seems to be different, and I have 25.2.3 (see below). It doesn't seem to be able to find Gradle (not sure where that's supposed to be). Please include gradleĮrror: CordovaError: Some of requirements check failedĪt /usr/local/nodejs_next/lib/node_modules/cordova/src/cli.js:401:45Īt _fulfilled (/usr/local/nodejs_next/lib/node_modules/cordova/node_modules/q/q.js:787:54)Īt (/usr/local/nodejs_next/lib/node_modules/cordova/node_modules/q/q.js:816:30)Īt (/usr/local/nodejs_next/lib/node_modules/cordova/node_modules/q/q.js:749:13)Īt /usr/local/nodejs_next/lib/node_modules/cordova/node_modules/q/q.js:557:44Īt flush (/usr/local/nodejs_next/lib/node_modules/cordova/node_modules/q/q.js:108:17)Īt _combinedTickCallback (internal/process/next_tick.js:73:7)Īt process._tickCallback (internal/process/next_tick.js:104:9) Or on your system to install the gradle wrapper. $ cordova platform add -saveīut the result is: Running command: android list targetsĬommand finished with error code 0: android list,targetsĪndroid target: installed android-25,android-23Ĭould not find an installed version of Gradle either in Android Studio,

I followed the instructions here: $ cordova create myApp com.m圜ompany.myApp myApp I'm trying to build a Cordova Android project using the most recent tools.
