Asked
Active
Viewed 64 times
0
-
Possibly relevant: https://stackoverflow.com/questions/73028977/android-material-design-sample-code-giving-missing-resources-errors - Accepted solution was to update android studio – Michael Horn Oct 06 '22 at 18:32
-
@MichaelHorn I am not using andriod studio for this other apps are working I fear the problem might be with the packages I'm using – Knomic Oct 06 '22 at 19:58
-
You might still try it - at the very least, you can try [updating your android toolchain](https://developer.android.com/studio/intro/update#sdk-manager) – Michael Horn Oct 06 '22 at 20:11
-
@MichaelHorn I updated it and tried to debug directly from Andriod studio same problem. Also the toolchain is up to date – Knomic Oct 06 '22 at 21:45
2 Answers
0
Change targetSdkVersion in defaultConfig block works for me.
In path: project_folder/android/app/build.gradle

Son Tieu
- 517
- 4
- 15
-
-
-
Yes I have, I'm still getting this I'm working on 3 apps and 2 apps are giving this error but one works – Knomic Oct 07 '22 at 10:01
0
Figured out the issue was from a package I was using (flutter_paystack), checked the GitHub issues and found a solution. https://github.com/wilburt/flutter_paystack/issues/124#issuecomment-1152890758

Knomic
- 25
- 1
- 6