Fixing checkReleaseDuplicateClasses in a Cocos Creator Android Project In Android Enable AndroidX and Jetifier after an exported Android build fails during duplicate-class checking. The exported project failed at checkReleaseDuplicateClasses: Add these lines to gradle.properties: 12android.useAndroidX=trueandroid.enableJetifier=true Sync Gradle and rebuild. If duplicates remain, inspect the dependency tree instead of relying on Jetifier alone. Donate WeChat Pay Alipay Post author: Nanfeng Post link: https://lengmo714.top/en/d1e46ee1.html Copyright Notice: All articles in this blog are licensed under BY-NC-SA unless stating additionally.