How to set targetsdkversion
for 1.5. I developing projects based on eclipse id when I try to set targetSdkVersion
in manifest it showing error.
views:
31answers:
2
A:
When you create a new Project in Eclipse there is an option to set the target version for your application. This will also be changeable in a preferences box somewhere (probably the Project menu). It will only show you installed versions however (on mine I only have the option to target 2.1 as I haven't bothered installing any other versions).
Amos
2010-07-13 11:57:10
A:
I use:
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />
and compile against 1.6. It will give you a warning thought.
Macarse
2010-07-13 12:54:28
if i run this application on android 1.5 emulator it is showing error of drawable elements
Aswan
2010-07-17 10:44:45
Which error? Please paste some logs.
Macarse
2010-07-17 11:57:55