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
    }
}

댓글

이 블로그의 인기 게시물

cocos2d-x 3.x (3.16) SDKBox IAP

cocos2d-x 3.x (3.16) 개발환경 세팅 (윈도우즈)