Conversation
unity 2022.3.37f1 build err ``` UnityException: Error mainTemplate.gradle file is using the old aaptOptions noCompress property definition which does not include types defined by unityStreamingAssets constant. ```
|
Thank you very much. Based on unity2022.3.37f1, I set android.enableR8=true. This variable cannot be compiled on my mac. unityStreamingAssets=.unity3dSTREAMING_ASSETS |
|
I found the problem!!. It was the android sdk tool. I used 2022.3.55f1 for ndk jdk and 2022.3.37f1 for sdk tool. Then everything was normal. |
|
Hey I tried to build for Android, added the line to mainTemplate.gradle, but Gradle fails. Am I doing something wrong? Thanks for the help. |
Hi
Thank you for making such a great package.
It's very useful.
I tried to fix the build failure due to conflict of latest aapt options for android as below.
unity 2022.3.37f1
build err