我是Cordova的新手,并且遵循"Create your first App"
中的说明我正在获取 Android目标:未安装
PS D:\xxx\xxxxx\hello> cordova requirements
Android Studio project detected
Requirements check results for android:
Java JDK: installed 11.0.2
Android SDK: installed true
Android target: not installed
cmd: Command failed with exit code 1
Gradle: installed C:\Program Files\Android\Android Studio\gradle\gradle-4.10.1\bin\gradle
Requirements check results for ios:
Apple macOS: not installed
Cordova tooling for iOS requires Apple macOS
Some of requirements check failed
到目前为止,我已经安装(并启动)了Android Studio,该工作室下载并安装了SDK和工具。 使用SDK Manager来安装进一步的SDK,直至API级别达到24级 设置环境变量等。
如何安装Android Target?
我正在使用Window 10。