IT/- 프로그래밍
Cocos The directory 'android-13' can't be found in ANDROID_SDK_ROOT/platforms, please use --ap to set needed API level
혁준7519
2017. 3. 12. 02:30
문제)
The directory 'android-13' can't be found in ANDROID_SDK_ROOT/platforms, please use --ap to set needed API level
해결)
해당하는 Android SDK API가 없기 때문에 발생한 문제
해당하는 API를 설정해준다
1 | cocos compile test --ap android-23 -p android | cs |