Cordova : [Error: Please install Android target: “android-21”

后端 未结 9 685
梦毁少年i
梦毁少年i 2020-12-04 11:50

I just updated cordova + ionic in my app, after that i installed successfully Android-SDK v22 via Android SDK manager.

But after the running command:



        
9条回答
  •  没有蜡笔的小新
    2020-12-04 12:38

    In my case it was the path to my SDK folder that was causing this error.

    C:\Users\username\AppData\Local\Android\android-sdk

    changed to

    C:\Users\username\AppData\Local\Android\sdk

提交回复
热议问题