-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github cloned projects could'nt be run. #11
Comments
@JosephVoid actually this happened with me too , |
Giving below error on Run every project . Exception in thread "main" java.util.zip.ZipException: error in opening zip file |
continuously showing this error.... |
I'm having the same issue. The cloned projects from GIT didn't run at all, infact it doesn't detect dependencies too when I click on get dependencies. Why am I facing this, kindly help? |
I am a newbie to android studio so I don't know exactly what the problem was, but in my android/gradle/build.gradle file of the cloned project I edited the following line
to
which was similar to the projects created by me offline. This might be due to running an older version of this gradle stuff on my machine. I am not sure but it worked for me for the time being. |
You can try running with flutter run command with a verbose flag.
After doing these two things, I am able to run all of the projects. Hope this helps! |
when will this 'assembleDebug'... gonna end ??? |
Add flutter to the PATH and then retry |
Go to file>Project Structure>and see project SDK most of the time it is not set set it. |
Whenever i try to run cloned projects from Github....It says "Running gradle task 'assembleDebug'.." and stays like that forever.But when i create new flutter projects and copy your code it works...any ideas on what could be the problem.
The text was updated successfully, but these errors were encountered: