开发者

Android App no longer visible by Android 1.5 on devices

开发者 https://www.devze.com 2023-02-09 20:34 出处:网络
My last update on the Android Market caused my application to be no longer available to Android 1.5 devices.

My last update on the Android Market caused my application to be no longer available to Android 1.5 devices.

I have changed the following:

<supports-screens android:anyDensity="true" />
<uses-sdk android:minSdkVersion="3" />

To this:

<uses-sdk android:minSdkVersion="3开发者_JS百科" android:targetSdkVersion="9"/>

<!-- Support all screen types and allow resizing of the layout -->
<supports-screens 
        android:anyDensity="true" 
        android:smallScreens="true"
        android:normalScreens="true"
        android:largeScreens="false"
        android:xlargeScreens="false"/> 

I'm not sure what went wrong... Any tips will be greatly apreciated!

Thanks for the help!

-Jona


I assume it is due to the attribute "android:targetSDKVersion" was first introduced in API level 4 and therefore it will be unavailable for API level 3 devices

0

精彩评论

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

关注公众号