efortuna / memechat

a meme-based chat application
542 stars 150 forks source link

Error running Gradle #26

Closed alikopasa closed 5 years ago

alikopasa commented 6 years ago

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

FAILURE: Build failed with an exception.

BUİLD FAILED in 1s

Finished with error: Please review your Gradle project setup in the android/ folder.

kgcorner commented 6 years ago

I am also facing this issue. do anyone have solution?

Soundbytes commented 6 years ago

You need to update the files android.manifest android/build.gradle app/build.gradle

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. You'll find my fork of the project here: https://github.com/Soundbytes/memechat

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.

efortuna commented 5 years ago

I believe this is fixed now thanks to @Soundbytes contribution! Thank you!

chonghorizons commented 4 years ago

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.