开发者

Use sdk problem

开发者 https://www.devze.com 2023-01-07 03:27 出处:网络
How to set targetsdkversion for 1.5. I developing projects based on eclipse id when I try t开发者_JS百科o set targetSdkVersion in manifest it showing error.I use:

How to set targetsdkversion for 1.5. I developing projects based on eclipse id when I try t开发者_JS百科o set targetSdkVersion in manifest it showing error.


I use:

<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />

and compile against 1.6. It will give you a warning thought.


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消