From 16c5726e7c237f27e135a5a5dfcd484bc28e0bef Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Mon, 6 Jul 2015 16:02:19 -0700 Subject: docs: studio 1.3 developer services Change-Id: I0b38f36666b034ea95c924049851525cc9df1edd --- docs/html/tools/studio/studio-features.jd | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'docs/html/tools') diff --git a/docs/html/tools/studio/studio-features.jd b/docs/html/tools/studio/studio-features.jd index 9717462..3d5b24c 100644 --- a/docs/html/tools/studio/studio-features.jd +++ b/docs/html/tools/studio/studio-features.jd @@ -13,6 +13,7 @@ page.tags=studio, features
  • Expanded Template and Form Factor Support
  • Android Studio and Project Settings
  • Fingerprint Support
  • +
  • Developer Services
  • Editor Support for the Latest Android APIs
  • Test APK Module
  • @@ -140,6 +141,33 @@ as shown below.

    fingerprint sensor.

    +

    Developer Services

    +

    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.

    + + + +

    Editor Support for the Latest Android APIs

    Android Studio supports the Material Design themes, widgets, and -- cgit v1.1