Currently im my notebook I'm having trouble starting the development of a simple application using Flutter in Android Studio 3.2. When I run I get errors in the console:
I solved this problem by adding: android.enableAapt2 = false in the gradle.properties file. I ran the application around again and everything worked perfectly. I hope I can be useful.