Cordova

(Cordova) cordova android target change

SAFE 2016. 12. 26. 20:37

cordova android target change


출처 : http://stackoverflow.com/questions/29396252/cordova-error-please-install-android-target-android-21


I just had the same problem. I had to change the target:


# Project target.

target=android-22

This should be done in two files:


myApp/platforms/android/project.properties

myApp/platforms/android/CordovaLib/project.properties


위의 경로 들어가서 버전을 변경해주자.