From 16c5726e7c237f27e135a5a5dfcd484bc28e0bef Mon Sep 17 00:00:00 2001
From: Rich Slogar
Android Studio supports enabling these developer services in your app:
+Enabling a developer service adds the required dependencies and, when applicable, also modifies
+the related configuration files. To activate the service, you must perform
+service-specific updates, such as loading an ad in the MainActivity
class for ad
+display.
To enable an Android developer service, select the File > Project Structure
+menu option and click a service under the Developer Services sub-menu. The service
+configuration page appears. In the service configuration page, click the service check box to
+enable the service and click OK. Android Studio updates your library dependencies
+for the selected service and, for Analytics, updates the AndroidManifest.xml
and
+other tracker configuration files. You can enable multiple services within the same app. For more
+detail about starting the services, refer to each service's specific activation instructions.
Android Studio supports the Material Design themes, widgets, and -- cgit v1.1