Friday 15 February 2013

google play - Ionic App On Android Tablet -


I'm just publishing my app on the Google Play store for beta testing, but I do not install it on my Android Could shot The app will not install on my Samsung Galaxy Tab 10 tablet model number GT-P5113 android version 4.2.2, but this is not a problem on my Samsung S5 mobile phone.

When I try to install an app, it tells Google Play Store that it is designed for phones and messages "Your device is not compatible with this version". I've checked the 'DEVICE Compatibility' section and my tablet version is checked.

In my AndroidManifest.xml file, this is:

  Android: Android: anyDensity = "true" Android: bigScreens = "true" android: normalScreens = "true" android Can anyone tell me how to integrate my app with Android and iOS tablets? Thank you. Already  

Update

Here's the complete AndroidManifest.xml

 . & Lt ;? Xml version = '1.0' encoding = 'utf-8'? & Gt; & Lt; MANIFEST ANDROID: Hardware Accelerated = "True" Android: versionCode = "6" Android: VersionName = "0.0.0.0" package = "com.myapp.app" xmlns: Android = "http://schemas.android.com/apk / Res / android "& gt; & Lt; Android: Android: anyDensity = "true" Android: bigScreens = "true" Android: normal skin = "true" Android: resizeable = "true" android: smallScreens = "true" Android: xlargeScreens = "true" /> & Lt; Usage-permission Android: name = "android.permission.INTERNET" /> & Lt; Usage-permission Android: name = "android.permission.ACCESS_NETWORK_STATE" /> & Lt; Usage-permission Android: name = "android.permission.ACCESS_WIFI_STATE" / & gt; & Lt; Usage-permission Android: name = "android.permission.WRITE_EXTERNAL_STORAGE" /> & Lt; Usage-permission Android: name = "android.permission.ACCESS_COARSE_LOCATION" /> & Lt; Usage-permission Android: name = "android.permission.ACCESS_FINE_LOCATION" /> & Lt; Usage-permission Android: name = "android.permission.CAMERA" /> & Lt; Use-enabled Android: name = "android.hardware.camera" /> & Lt; Accessibility Android: name = "android.hardware.camera.autofocus" /> & Lt; Application Android: Hardware Accelerated = "True" Android: Icon = "@ Drable / Icon" Android: label = "@ string / app_name" & gt; & Lt; Activity Android: configChanges = "orientation | keyboardHidden | keyboard | screenSize | Location" Android: label = "@ string / ACTIVITY_NAME" Android: launchMode = "singleTop" Android: name = "RsgApp" Android: screenOrientation = "Picture" Android: Theme = "@Android: Style / Theme Black Any Title" Android: WindowSoftwareInputMode = "Adjust" & gt; & Lt; Intro-filter Android: label = "@ string / launcher_name" & gt; & Lt; Action Android: name = "android.intent.action.MAIN" /> & Lt; Category android: name = "android.intent.category.LAUNCHER" /> & Lt; / Intent-Filter & gt; & Lt; / Activity & gt; & Lt; Meta-Data Android: name = "com.google.android.gms.version" android: value = "@ integer / google_play_services_version" /> & Lt; Activity Android: configChanges = "keyboard | keyboardHidden | Orientation | Screen layout | uiMode | Screenshots | Small screen size" Android: name = "com.google.android.gms.ads.ad.ctv" Android: Theme = "@Android: Genre / Theme. प्रचलित "/> & Lt; / Application & gt; & Lt; Use-SDK Android: minSdkVersion = "14" Android: targetSdkVersion = "19" />  

This is probably your minimum SDK feature 21 ( Android 5.0), then it will only work on devices with Android v5.0 Your minute-sdk and / or themes (if you used widgets available only in later versions of Android) need to be installed for API level 17 It can also be an issue with compatibility libraries. There is more information about page tags, and play a little filtering about Google.


No comments:

Post a Comment