Android l sdk and androidsdk

Source: Internet
Author: User

Android l sdk and androidsdk

Some common documents are not mentioned. You can view the latest documents by yourself.

Task locking
  • Function: This prevents notifications (messages) from disturbing an application.
  • How to Use: When we activate the task lock mode in the application, the notification (Message) we receive will not pop up and interrupt us.
  • Use Case: Any application in full screen mode can activate this mode to avoid notification harassment.
Power Efficiency

The Android l sdk provides the historian. par tool for measuring power usage. According to the api documentation, this tool is stored in the (sdk)/tools Folder.

However, I did not find this tool in the latest sdk/tools Folder ~~~ Google, enthusiastic netizens gave the answer: on google git, you can find a tool that depends on the monsoon. py library.

Manifest Declarations
  • Declare that our applications can only be installed on devices that support Android TV
    <uses-feature android:name="android.software.leanback" android:required="true" />

  • Declare that our applications can only be installed on devices that support android. webkit. * APIs.
     <uses-feature android:name="android.software.webview" android:required="true" />


Download android sdk

Developer.android.com/sdk/index.html#download
Open the connection, select Get the Android SDK, select 32bit/64bit based on whether your computer's operating system is 32-bit or 64-bit, and accept the Protocol (check ). Download and decompress the package to a folder. Open avd.exe (Virtual Device Manager) to download the android version you need. Finally, import eclipse.

Where should the android-17 source code be stored in the SDK?

/Sdk/sources in your sdk
Check that the source code is ctrl + l, click the Add path, and add it here.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.