Home > Back-end >  Flutter Throw Errors When opening AndroidManifest.xml
Flutter Throw Errors When opening AndroidManifest.xml

Time:08-24

../android/app/source/main/AndroidManifest.xml

Unresolved class '{applicationName}'

Cannot resolve symbol '@mipmap/ic_launcher'

MainActivity must extend android.app.Activity

Cannot resolve symbol '@style/LaunchTheme'

Cannot resolve symbol '@style/NormalTheme'

I created new project then I checked AndroidManifest.xml file and it throw couple of error. My flutter looks okay on flutter doctor.

Any ideas on how to resolve?

Thanks!

CodePudding user response:

You don't worry about these errors, just run your app, It should work fine!!!

CodePudding user response:

It's just a false error. Sometimes Android Studio goes mad. Just Restart the Android Studio and Open Project Again. It will solve the problem.

  • Related