Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

Running Gradle task assembleDebug....

Here is solution in my case.

Open your flutter Project directory.
Change directory to android directory in your flutter project directory cd android
clean gradle ./gradlew clean
Build gradle ./gradlew build or you can combine both commands with just ./gradlew clean build 
Now run your flutter project. 
 
PREVIOUS NEXT
Tagged: #Running #Gradle #task
ADD COMMENT
Topic
Name
5+8 =