-
Notifications
You must be signed in to change notification settings - Fork 151
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
Error running Gradle #26
Comments
I am also facing this issue. do anyone have solution? |
You need to update the files To reenable the android build I created a fresh flutter project and then replaced all of the boiler plate in the memechat that seemed outdated to me with the newer code. Disclaimer: As I am fairly new to flutter I have no Idea if all the changes I made are really neccessary to get the build going again nor do I know wether I have inadvertently damaged anything. |
I believe this is fixed now thanks to @Soundbytes contribution! Thank you! |
This appears not to be fixed, as I'm getting a bunch of build errors still. I changed some of the things according to https://github.com/Soundbytes/memechat (thanks @Soundbytes ) but I still get errors. Most notably database not connecting errors. Working on it now. #41 is the issue I filed. |
Hello,
I cloned memechat and did everything as you mentioned in Usage. (with skipping IOS)
But i'm gettin below error. Can you help me please?
Regards,
Ali
Exit code 1 from: /Users/alikopasa/Documents/FlutterProjects/memechat/android/gradlew app:properties:
google-services plugin could not detect any version for com.google.android.gms or com.google.firebase, default version: 9.0.0 will be used.
please apply google-services plugin at the bottom of the build file.
FAILURE: Build failed with an exception.
Where:
Build file '/Users/alikopasa/Documents/FlutterProjects/memechat/android/build.gradle' line: 22
What went wrong:
A problem occurred evaluating root project 'android'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Get more help at https://help.gradle.org
BUİLD FAILED in 1s
Finished with error: Please review your Gradle project setup in the android/ folder.
The text was updated successfully, but these errors were encountered: