android.bundle.enableUncompressedNativeLibs' is deprecated

377 阅读1分钟

Unity打包aab的时候出现这个问题:

What went wrong: A problem occurred evaluating project ':launcher'. > Failed to apply plugin 'com.android.internal.application'. > com.android.builder.errors.EvalIssueException: The option 'android.bundle.enableUncompressedNativeLibs' is deprecated. The current default is 'true'. It was removed in version 8.1 of the Android Gradle plugin.

image.png

Force Resolve 一下解决