Understanding about the Android API

Source: Internet
Author: User

As an example:

For example, the Android.content.ClipboardManager class is used in the program, and the class is added to the "library" in API 11.

(Forgive me, do not understand the Google API document in the added in API 11 here is where to add it?) If there is an expert know, particularly grateful)

So in the actual code and run debugging should pay attention to two points:

Step 1: Android applicationmenifest.xml File

<uses-sdk

Android:minsdkversion= "11 The value must be no less than 11"

Android:targetsdkversion= "Here is greater than or equal to 11"

/>

Step 2: the operating API for the simulator or hardware device must be no less than 11

The above two steps are indispensable, otherwise will throw classnotfoundexception fatal error! and force to stop application! user experience let people want to die a dead death again!

Understanding about the Android API

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.