1월, 2018의 게시물 표시

cocos2d-x 3.x (3.16) The SDK Build Tools revision (22.0.1) is too low for project

The SDK Build Tools revision (22.0.1) is too low for project ':libPluginReviewResource'. Minimum required is 25.0.0 build.gradle 에서 25.0.0 으로 변경

cocos2d-x 3.x (3.16) lint error

proj.android-studio\app\build.gradle에 다음을 추가한다. android {     lintOptions {         checkReleaseBuilds false         // Or, if you prefer, you can continue to check for errors in release builds,         // but continue the build even when errors are found:         abortOnError false     } }