336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
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
위의 경로 들어가서 버전을 변경해주자.