I have been getting this error while running my app on android due to android X incompatibility. I am unable to fix this issue even after enabling multiDex true. Please help
Asked
Active
Viewed 81 times
0
Lakshya Jain
- 186
- 1
- 11
-
May be check this answer on **stackoverflow**, [Execution failed app:processDebugResources Android Studio](https://stackoverflow.com/q/20737200/9949983) – Abel Tilahun Feb 28 '21 at 08:18
2 Answers
0
May be check this answer on StackOverflow, Execution failed app:processDebugResources Android Studio
And also don't forget to clean the flutter project when you start after changing the configuration
flutter clean
Abel Tilahun
- 1,705
- 1
- 16
- 25
-
Did you try https://stackoverflow.com/a/30303374/11120544 this answer from the above thread linked by @AbdelTilahun ? – Apps 247 Feb 28 '21 at 16:02
-
0
I just changed my compileSDK to 30 and changed targetSDKVersion to 30 as well and changed minSDKVersion to 21 in my app level build.gradle and it started to work for me. And I also changed from classpath'com.android.tools.build:gradle:3.5.0' to classpath'com.android.tools.build:gradle:4.1.0' in my android build.gradle.
Lakshya Jain
- 186
- 1
- 11
