简体   繁体   English

Android APK支持的设备列表显示Samsung Galaxy Y-GT-S5360,但在设备Playstore中我的应用未显示

[英]Android APK Supported device List shows Samsung Galaxy Y - GT-S5360 but In the Device Playstore My App not getting Display

I have published my App in Playstore, and I checked the APK Device Support List. 我已经在Playstore中发布了我的应用,并且检查了APK设备支持列表。 Its shows Samsung Galaxy Y - GT-S5360. 它显示了三星Galaxy Y-GT-S5360。 But when Browse through the Play store App it is not getting Displayed. 但是,当通过Play商店应用浏览时,它不会显示。 Can you tell me what may be the Issue. 你能告诉我可能是什么问题。

Below is my Manifest file. 以下是我的清单文件。

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

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<!-- InApp Purchase Permission -->
<uses-permission android:name="com.android.vending.BILLING" />
<uses-feature android:name="android.hardware.camera" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />

Add this in your Manifest file 将此添加到清单文件中

<supports-screens android:smallScreens="true"
                  android:normalScreens="true" />

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 此产品与您在Samsung GT-S5360上的设备不兼容,但是我可以在我的设备上安装/测试 - This item is not compatible with your device on Samsung GT-S5360, whereas I can install/test on my device 如何在三星银河Y S5360上以调试模式运行android应用 - How to run android app in debug mode on Samsung galaxy Y S5360 我的Android应用未显示在Playstore中的Samsung Galaxy S6 - My Android app is not showing in playstore for Samsung Galaxy S6 Samsung Galaxy Y S5360的布局问题 - Layout problems on Samsung Galaxy Y S5360 在三星Galaxy y上加载纹理(s5360) - Load texture on samsung galaxy y (s5360) 三星Galaxy Note 10.1 GT-N8020未显示在Google Play商店开发者控制台的设备列表中 - Samsung Galaxy Note 10.1 GT-N8020 not showing up on Google Play Store Developer Console's device list 不支持Android应用,设备(Galaxy Mini) - Android app, device (Galaxy Mini) not supported 在三星Galaxy S-GT I9000设备中显示的是版本代码,而不是版本名称? - Version code being displayed instead of Version Name in Samsung Galaxy S - GT I9000 device? 三星Galaxy S3没有显示在Android视觉工作室2012的选择设备列表单声道 - Samsung Galaxy S3 not showing in select device list mono for android visual studio 2012 适用于Android设备的切片(Samsung Galaxy S4-xxhpi)? - Slices for Android Device (Samsung Galaxy S4-xxhpi)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM