Android packaging error
AAPT: error: Idat: incorrect data check.
AAPT: error: file failed to compile. Solution:
add the following code to the app/build.gradle file
aaptOptions.cruncherEnabled = false
aaptOptions.useNewCruncher = false
Android packaging error
AAPT: error: Idat: incorrect data check.
AAPT: error: file failed to compile. Solution:
add the following code to the app/build.gradle file
aaptOptions.cruncherEnabled = false
aaptOptions.useNewCruncher = false