Thanks. I have fixed this now, but changes won't be available until Friday.
In the meantime, choose a password for your keystore without a "$" in it. Steve On Tue, Sep 10, 2019 at 4:22 AM Dinakaran Loganathan <[email protected]> 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/bf70ba12-a731-4016-9193-bdce81d2a13e%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/bf70ba12-a731-4016-9193-bdce81d2a13e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- 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/CAGOYrKVmWP51MZ-8sV22QNeWm07N%3DzMH5_qKJ03hAPz4BTfO2g%40mail.gmail.com.
