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.