Cordova: Android SDK not found. Make sure that it is installed. If it is not at the default location, set the ANDROID_HOME environment variable

后端 未结 8 685
太阳男子
太阳男子 2020-12-01 05:00

I am having problem to build android with Cordova, when I execute cordova build android, I receive this error:

Error: Android SDK not found. Ma         


        
8条回答
  •  没有蜡笔的小新
    2020-12-01 05:36

    Update to new Android package to solve the error -

    cordova platform remove android
    cordova platform add android
    cordova build android --release
    

提交回复
热议问题