How to add android target / API android-26 in android studio?

后端 未结 3 1214
甜味超标
甜味超标 2021-01-04 00:47

I am new in android development tools and I\'m about to try cordova to develop android app using web technologies, but when i use the comand cordova requirements the result

3条回答
  •  既然无缘
    2021-01-04 00:52

    Android Studio on macOS has platform settings at Preferences... > Appearance & Behavior > System Settings > Android SDK > SDK Platform tab. Checking Android 8.0 (Oreo) having the API level 26 and clicking Apply installed the package and now the requirements check passes as follows:

    Requirements check results for android:
    Java JDK: installed 1.8.0
    Android SDK: installed true
    Android target: installed android-27,android-26
    Gradle: installed /Applications/Android Studio.app/Contents/gradle/gradle-4.1/bin/gradle
    

    Hope this works on Windows as well.

提交回复
热议问题