Hello,
As probably some others here, I need to update my app to use Android 35 on the store.
But when I set target-sdk-version=35, I have this error during the build :
Execution failed for task ‘:app:bundleReleaseResources’.
A failure occurred while executing com.android.build.gradle.internal.res.Aapt2ProcessResourcesRunnable
Android resource linking failed
ERROR:: AAPT: aapt2 E 07-03 06:10:30 51728 51728 LoadedArsc.cpp:96] RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data.
aapt2 E 07-03 06:10:30 51728 51728 ApkAssets.cpp:149] Failed to load resources table in APK ‘/home/will/Android/Sdk/platforms/android-35/android.jar’.
error: failed to load include path /home/will/Android/Sdk/platforms/android-35/android.jar.
Any idea why this happens ? Everything is fine with version 34.