backvur.blogg.se

Android studio 2.2.3 add files to emulator app
Android studio 2.2.3 add files to emulator app







android studio 2.2.3 add files to emulator app

To your module (app-level) Gradle file (usually app/adle), add the dependencies for the Firebase products that you want to use in your app. In your module (app-level) Gradle file (usually app/adle), apply the Google Services Gradle plugin: apply plugin: ''Īpply plugin: '-services' // Google Services plugin Check that you have the following line (if not, add it):Ĭlasspath ':google-services:4.3.3' // Google Services plugin Check that you have Google's Maven repository, as well. Android Virtual Manager screen will be the next in this screen click on play button which will be below Actions tab. Move your config file into the module (app-level) directory of your app.

android studio 2.2.3 add files to emulator app

In your root-level (project-level) Gradle file (adle), add rules to include the Google Services Gradle plugin. Click Download google-services.json to obtain your Firebase Android config file (google-services.json). To enable Firebase products in your app, add the google-services plugin to your Gradle files.

android studio 2.2.3 add files to emulator app

Click Download google-services.json to obtain your Firebase Android config file (google-services.json).Add the Firebase Android configuration file to your app by:.In the center of the project overview page, click the Android icon (plat_android) to launch the setup workflow.ĥ.Enter your app's package name in the Android package name field On the firebase console start a new project.Log in to firebase console with the same account address.Log in to Android Studio 3.6.1 from the to right user icon.In android studio 3.6.1 I used the long way but it worked as shown below:









Android studio 2.2.3 add files to emulator app