diff options
author | Rich Slogar <rslogar@google.com> | 2015-08-17 15:38:28 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-17 15:38:28 +0000 |
commit | 605c890bf0e01235bb538c9175495830e77f0783 (patch) | |
tree | 3462e1ba877fe6eaf4334d6fedf4a502d2abe92b /docs/html/tools | |
parent | 309967393a436e28e695b7f44a1cb9d051013255 (diff) | |
parent | 860e65be5cecd4bedaee35d25d9ed37b507e546c (diff) | |
download | frameworks_base-605c890bf0e01235bb538c9175495830e77f0783.zip frameworks_base-605c890bf0e01235bb538c9175495830e77f0783.tar.gz frameworks_base-605c890bf0e01235bb538c9175495830e77f0783.tar.bz2 |
am 860e65be: am 16c5726e: docs: studio 1.3 developer services
* commit '860e65be5cecd4bedaee35d25d9ed37b507e546c':
docs: studio 1.3 developer services
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/studio/studio-features.jd | 28 |
1 files changed, 28 insertions, 0 deletions
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 <li><a href="#template-support">Expanded Template and Form Factor Support</a></li> <li><a href="#project-settings">Android Studio and Project Settings</a></li> <li><a href="#finger-print">Fingerprint Support</a></li> + <li><a href="#dev-services">Developer Services</a></li> <li><a href="#support-apis">Editor Support for the Latest Android APIs</a></li> <li><a href="#test-module">Test APK Module</a></li> </ol> @@ -140,6 +141,33 @@ as shown below. </p> fingerprint sensor. </p> +<h2 id="dev-services">Developer Services</h2> +<p>Android Studio supports enabling these developer services in your app: </p> +<ul> + <li>Ads using <a href="https://developers.google.com/admob/">AdMob</a></li> + <li>Analytics <a href="https://developers.google.com/analytics/">Google Analytics</a></li> + <li>Authentication using <a href="https://developers.google.com/identity/sign-in/android/">Google + Sign-in</a> </li> + <li>Notifications using <a href="https://developers.google.com/cloud-messaging/">Google + Cloud Messaging</a> </li> +</ul> + +<p>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 <code>MainActivity</code> class for ad +display.</p> + +<p>To enable an Android developer service, select the <code>File > Project Structure</code> +menu option and click a service under the <em>Developer Services</em> sub-menu. The service +configuration page appears. In the service configuration page, click the service check box to +enable the service and click <strong>OK</strong>. Android Studio updates your library dependencies +for the selected service and, for Analytics, updates the <code>AndroidManifest.xml</code> 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. </p> + + + + <h2 id="support-apis">Editor Support for the Latest Android APIs</h2> <p>Android Studio supports the <a href="{@docRoot}design/material/index.html">Material Design</a></li> themes, widgets, and |