Android SDK Platform 26 license error in Ionic 3

后端 未结 10 1997
粉色の甜心
粉色の甜心 2021-01-14 13:29

I\'m trying to run my Ionic 3 project on my Android device with ionic cordova run android --device --stacktrace, but, I\'ve the following output:

10条回答
  •  孤街浪徒
    2021-01-14 13:45

    In SDK folder you have to run under command prompt.

    ...\sdk\tools\bin
    

    Enter this command

    sdkmanager "platforms;android-26"
    

提交回复
热议问题