Issue
How to remove error that I have in my project, although the app work fine with me without any problem
Solution
This is not an error, this is just showing as error because you are working on a Flutter project. Flutter will never understand build.gradle
file. That is why showing as error.
Open your andorid
folder as separate project then the error will be gone.
or
Open build.grale
file on the top of the file there is an option Open for Editing in Android Studio
if you click this option the android
module will open in separate window. Now also the error will be gone.
or
Tools -> Flutter -> Open Android Module in Android Studio
. Now also the error will be gone.
Answered By - Anandh Krishnan Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.