- This topic has 6 replies, 4 voices, and was last updated 10 years, 9 months ago by brunojonas.
-
AuthorPosts
-
StanislavLikhachevMemberBuild an .apk, have loaded to the play console, but it saying me:
Your Production APK needs to meet the following criteria:
– The minimum Android version and target Android version need to support tablets (check targetSdkVersion and minSdkVersion). Learn more
– Your APK should support common tablet screen sizes (LARGE and XLARGE). Learn morethey say:
“Unified UI framework support for tablets, phones, and other devices was introduced in Android 4.0 (API level 14) and is supported in later versions.
You can set the app’s range of targeted Android versions in the manifest file, in the <uses-sdk> element. In most cases, you can target Android versions properly by setting the element’s targetSdkVersion attribute to the highest API level available.
At a minimum, check the <uses-sdk> element to make sure that:targetSdkVersion is declared with value 11 or higher (14 or higher is recommended), OR
minSdkVersion is declared with value 11 or higher.
If a maxSdkVersion attribute is declared, it must have a value of 11 or higher. Note that, in general, the use of maxSdkVersion is not recommended.”What should i do in mobione ?
support-octavioMemberHi nas,
Thanks for reporting this issue. I have escalated it to dev team and will follow up with you as soon as I know more about it.
support-alekseyMemberHi nas,
we have updated our Cordova 2.9 Runtime Environment to SDK level 10 (which corresponds to Android 2.3.3) that supports X-Large screens.
However, we still experience similar warnings (See http://stackoverflow.com/questions/16675260/google-play-tablet-optimization-tips-how-to-resolve-issues for additional info).
These warnings are not errors and do not prevent you from publishing the application.Additionally we’re evaluating support of different SDK versions (switches for min/max version) in a future releases.
All the best
StanislavLikhachevMemberthanks, will try.
also you should add “Capture Screen” feature in Mobile Simulator and make it proper work without faceplates.
And fix bugs when capturing screen with option “Without Faceplate” in Design Center.
StanislavLikhachevMemberJust rebuilt my application, i see different size with previous .apk, although i have made no changes in my codes.
Uploaded to Google Console. But still no changes in Google Console Play TODO list, still:“Your Production APK needs to meet the following criteria:
The minimum Android version and target Android version need to support tablets (check targetSdkVersion and minSdkVersion). Learn more”
Learn more goes to http://developer.android.com/distribute/googleplay/quality/tablet.html#android-versionsBut you said about SDK Version 10, and google says that we should use at least 11:
“targetSdkVersion is declared with value 11 or higher (14 or higher is recommended), OR minSdkVersion is declared with value 11 or higher.”
so i suggest you should update Cordova to higher version… please check.
support-alekseyMemberHello nas,
Thanks for your feedback.
First to say, Cordova version and Android SDK version are different things. They are not related to each other.
Currently MobiOne does not support Android SDK version switching, i.e. our Runtime Environment is linked against most widely used version (Android 2.3.3, API level 10), which includes XLarge screens support. Updating this version now would mean dropping support for a whole set of Android 2.3.3 devices.
So, it will be possible to use newer Android SDK version when MobiOne support version switching.
If you still have warnings about XLarge screens, please refer to that StackOverflow question I linked in previous reply. I believe it might be of help.
brunojonasParticipanthi there, so, I have the same problem like our friend “nas” when publishing on Google Play.
”
Your Production APK needs to meet the following criteria:
– The minimum Android version and target Android version need to support tablets (check targetSdkVersion and minSdkVersion). Learn more
– Your APK should support common tablet screen sizes (LARGE and XLARGE). Learn more
”Please support-aleksey, I have the license. I really need to solve this problem.
I’m using the newest version.Tks so much.
-
AuthorPosts