I am waiting for the solution, just reminding. Would like to know where to copy the gradle file in the app side and server side. JSON copied from fcm and copied the app development. Do we need to define the gradle or not required if problem fixed which u said earlier can be fixed on friday.
Waiting .... On Tuesday, September 10, 2019 at 4:52:51 PM UTC+5:30, Dinakaran Loganathan wrote: > > Hi, > > I am getting build error, error text file attached. > I don't have idea about build.gradle of app side and server side > and also where to copy the build.gradle in the app project. > > C++ > <https://firebase.google.com/docs/cpp/setup?authuser=0#add-the-sdk-android> > > The Google services plugin for Gradle <https://gradle.org/> loads the > google-services.json file you just downloaded. Modify your build.gradle > files to use the plugin. > Project-level build.gradle (<project>/build.gradle): > content_copy > buildscript { > dependencies { > // Add this line > classpath 'com.google.gms:google-services:4.2.0' > } > } > App-level build.gradle (<project>/<app-module>/build.gradle): > content_copy > dependencies { > // add the Firebase SDK for Google Analytics > implementation 'com.google.firebase:firebase-analytics:17.0.1' > // add SDKs for any other desired Firebase products > // https://firebase.google.com/docs/android/setup#available-libraries > } > > > > > > > If you are experiencing an issue please mention the full platform your > issue applies to: > IDE: NetBeans/Eclipse/IDEA > Desktop OS > Simulator > Device > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/0b7ff95e-fd73-4a1c-b8cb-bf2d7899a4b2%40googlegroups.com.
