I am new to cordova development. Before starting with cordova, I installed the Android SDK from the command line. Both JDK and Apache ant are also already installed. According to the cordova document, I checked the cord requirements as follows with the command cordova requirements. And it shows that the goal of Android is not set. How to fix it? without this, it will lead to the further development of the cordova.
C:\Users\Nav\Documents\cordova_dev\cordova\hello>cordova requirements
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 C:\Program Files\Android\Android Studio\gradle\gradle-2.14.1\bin\gradle
Error: Some of requirements check failed
source
share