Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to see cloud option in Developer Services of Android Studio 2.2

I am trying to add Firebase to my project by checking Firebase option in Developer Services as shown below

here

but I can't see this option in Android Studio 2.2.

here

How can I get this option?

like image 1000
shekar Avatar asked May 31 '16 13:05

shekar


People also ask

Where to find configure in Android Studio?

Click File > Settings from the menu bar (or Android Studio > Preferences on macOS). Click Appearance & Behavior > System Settings > Memory Settings.

How to install Android Studio with zip file?

If you downloaded an .exe file (recommended), double-click to launch it. If you downloaded a .zip file, unpack the ZIP, copy the android-studio folder into your Program Files folder, and then open the android-studio > bin folder and launch studio64.exe (for 64-bit machines) or studio.exe (for 32-bit machines).

How do I fix Android Studio?

Open your gradle. properties file in Android Studio. Restart Android Studio for your changes to take effect. Click Sync Project with Gradle Files to sync your project.

How do I download an older version of Android Studio?

If you need a rollback of Android Studio, check out the app's version history on Uptodown. It includes all the file versions available to download off Uptodown for that app. Download rollbacks of Android Studio for Windows.


1 Answers

The Cloud > Firebase checkbox has been removed in Android Studio 2.2, in favor of the new (and much more powerful) Firebase Assistant.

Firebase Assistant in Android Studio

You can find the Firebase Assistant through Tools > Firebase, after which it will open up.

like image 109
Frank van Puffelen Avatar answered Nov 03 '22 01:11

Frank van Puffelen