googlecodelabs / photos-sharing

Code for the "Build a Photo Sharing app with Google Photos and Flutter" codelab
Apache License 2.0
98 stars 71 forks source link

App taking too long to run #27

Closed steviehines closed 3 years ago

steviehines commented 4 years ago

After cloning the code and getting all the packages, the app wont run. Stuck at ''Running Gradle task 'assembleDebug'...'' What are the possible reasons for this please?

jfschmakeit commented 4 years ago

How are you running the application? Did you import it into Android Studio?

A few more questions: What are your Android Studio and Flutter versions? Does the output from running flutter doctor identify any issues? Are there any other log or error messages? This task could take a few minutes (or longer if it's the first time you are building the app) - but it should complete eventually.