question

spiderlol avatar image
spiderlol asked

Why does "Minimum Operating System", Shows SDK level

Hi all, I have uploaded an app in amazon app store, everything goes fine. My only concern is regarding "Minimum Operating System" I need the app details to be showing some thing like this: Minimum Operating System: Android 2.0.1 But my app shows like this: Minimum Operating System: Compatible with Android SDK level 15 I have provided the correct information in manifest file too: I dont understand where have I gone wrong. This is an urgent issue. Thanks in advance.
fire tabletsubmission testing distribution
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Dixith@Amazon avatar image
Dixith@Amazon answered
Hi, Thank you for your post. Compatibility of an App with Android SDK depends on Android Manifest file settings and package names also. For example, the android app:widget package was introduced with API level 3. If an application uses that API, you must declare a android:minSdkVersion attribute with a value of "3". Please make sure all package names what you are using coming under API Level 6. Hope this information helps you.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

spiderlol avatar image
spiderlol answered
Hi, Thank you for your quick response. I have not used any widgets and all packages are named correctly and have declared android:minSdkVersion in correctly. App works fine in all our testing devices. Amazon store displays: "Minimum Operating System: [b]Compatible with Android SDK level 15[/b]" So I think manifest and package names are fine.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Dixith@Amazon avatar image
Dixith@Amazon answered
Hi, Since this issue is specific to your app, please raise a contact-us( https://developer.amazon.com/help/contactus.html) with your app details. This would help us to investigate the issue further.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.