Add Android Library

Source: Internet
Author: User

Add in the. classpath File

 

 

<Classpathentry kind = "con" Path = "com. android. IDE. eclipse. ADT. android_framework "/> <classpathentry kind =" con "Path =" com. android. IDE. eclipse. ADT. libraries "/>

 

<? XML version = "1.0" encoding = "UTF-8"?>

<Classpath>
<Classpathentry kind = "src" Path = "src"/>
<Classpathentry kind = "src" Path = "gen"/>
<Classpathentry kind = "con" Path = "com. Android. Ide. Eclipse. ADT. android_framework"/>
<Classpathentry kind = "con" Path = "com. Android. Ide. Eclipse. ADT. Libraries"/>
<Classpathentry kind = "output" Path = "bin/classes"/>
</Classpath>

 

Androidmanifest. xml

 

<Uses-SDK Android: minsdkversion = "7"/>

 

Project. Properties

 

Target = Android-7

 

Default. Properties

 

Target = Android-7

 

You can change the android JDK version by modifying the project. properties file.

 

 

Android: minsdkversion-indicates the minimum API version that the application can run. The default value is "1 ". Android: targetsdkversion-specify the target API version that is expected to run during the application design period. In some cases, this allows an application to use the list elements or actions defined at the target API level, rather than the content defined at the minimum API level.

Android: maxsdkversion-specifies the maximum API level that the application can run.

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.