amangautam1 / flutter-musicplayer

A complete music player in flutter with cool UI and design.
MIT License
440 stars 138 forks source link

Error in debug #21

Open RitweekTiwari opened 5 years ago

RitweekTiwari commented 5 years ago

FAILURE: Build failed with an exception.

BUILD FAILED in 6m 44s Finished with error: Gradle task assembleDebug failed with exit code 1

amangautam1 commented 5 years ago

As this project is configured with firebase so either you can configure it by your firebase account or if firebase is not required, try removing apply plugin: 'com.google.gms.google-services' classpath 'com.google.gms:google-services:3.2.1' from build.gradle files.

LiamDai commented 4 years ago

I am sorry but after I did this, there is another new problem. I guess it should be migrated to AndroidX, then I tried it, but it still doesn't work.