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

后端 未结 3 1128
甜味超标
甜味超标 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 01:17

    Another option from the terminal:

    go to: "C:\Users\YOU-USER-NAME\AppData\Local\Android\Sdk\tools\bin"

    sdkmanager "platform-tools" "platforms;android-26"
    

    as listed here: https://developer.android.com/studio/command-line/sdkmanager

提交回复
热议问题