Reputation: 571
I am an intermediate Android Apps developer who uses java. Recently I tried to switch to Flutter and default app works fine debug on my cell phone through cable.
I just happened to look at Android Manifest and there are multiple error showing:
But to my surprise it shows no error on device.
I have set Flutter, dart and git path already. It would be nice if someone can help with theses errors.
Upvotes: 0
Views: 555
Reputation: 963
This is normal since you are operating on a Flutter project, and not an Android one.
Try to Open the project from your-app-folder/android
.
Upvotes: 1