简体   繁体   English

将应用上传到Google Play,但表示与设备不兼容

[英]Uploaded app to Google Play but saying incompatible with device

Hi I have uploaded my app to Google Play but however it says it's incompatible with my own device. 嗨,我已将我的应用上传到Google Play,但是它说与我自己的设备不兼容。 I am struggling to understand why as I could run it fine during development. 我在努力理解为什么在开发过程中可以正常运行。 I have also tried downloading it on another device and it is also incompatible. 我也尝试过将其下载到另一台设备上,并且也不兼容。

The XML file is exactly the same format as I have used for previous apps. XML文件与我以前的应用程序使用的格式完全相同。 No special permissions or anything. 没有特殊权限或任何东西。 The file size is 3.5M. 文件大小为3.5M。 Has this happened to anyone before? 以前有人发生过这种事吗? Thanks in advance. 提前致谢。

Edit: Also it says there are 0 excluded devices. 编辑:还说有0个排除的设备。

<?xml version="1.0" encoding="UTF-8"?>

-<manifest android:versionName="1.0.1" android:versionCode="2"  package="com.boxing.punch.android" xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:targetSdkVersion="19" android:minSdkVersion="8"/>
    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> 
    <application android:theme="@style/GdxTheme" android:label="@string/app_name"    android:icon="@drawable/ic_launcher" android:allowBackup="true"> 
      <activity android:name="com.boxing.punch.android.AndroidLauncher" android:label="@string/app_name" 
      android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:screenOrientation="portrait"> 
        <intent-filter>
          <action android:name="android.intent.action.MAIN"/>
          <category android:name="android.intent.category.LAUNCHER"/>
        </intent-filter>
     </activity>
     <activity android:name="com.google.android.gms.ads.AdActivity" 
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
   </application>
</manifest>

It is probably that your app is too large : 您的应用可能太大了

... Currently the maximum file size limit for an app upload to Google Play is approximately 50 MB... ...目前,将应用程序上传到Google Play的最大文件大小限制约为50 MB ...

... some devices may have smaller than 50 MB cache partition making the app unavailable for users to download... ...某些设备的缓存分区可能小于50 MB,因此用户无法下载该应用...

Try reducing your app's size 尝试减小应用程序的大小

It could also be what some Instagram users have also had this problem. 这也可能是某些Instagram用户也遇到此问题的原因。 Instagram has suggested this fix . Instagram已建议此修复程序

It might be a Google Play Store bug some people are facing . 这可能是某些人面临Google Play商店错误 I checked your app and it is showing as incompatible with all of my 7 devices . 我检查了您的应用程序,发现它与我的所有7种设备都不兼容

UPDATE : It is now showing as compatible with all my devices now. 更新 :现在显示与我的所有设备兼容。

暂无
暂无

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

相关问题 在Google Play中上传的Android应用未显示任何设备 - Uploaded android app in google play showing no device 应用程式可在开发中使用Google Play商店显示装置不相容 - app works on development google-play store show device incompatible Android应用显示与ICS 4.0.4设备Google Play不兼容 - Android App shows incompatible with ICS 4.0.4 device Google Play 此应用与您在Google Play上的设备不兼容,并且在该应用的两个版本中均兼容 - This app is incompatible with your device on Google Play and compatible in two versions of the application Adobe AIR和Google Play不兼容的设备阻塞 - Adobe AIR and Google Play incompatible device obstruction Google Play:您的设备与此版本不兼容 -&gt;“无运营商” - Google Play: Your device is incompatible with this version -> "No Carrier" 为什么我的应用程序在三星设备上显示为与Google Play商店不兼容? - Why does my App show up as incompatible for google play store on samsung device? 为什么 Google Play 商店说我的 Android 应用程序与我自己的设备不兼容? - Why does the Google Play store say my Android app is incompatible with my own device? 为什么我在 Google Play 商店中收到“此应用与您的所有设备都不兼容” - Why I'm getting “This app is incompatible with your device for all devices” on Google Play Store Google Play这个应用程式与您的所有装置都不兼容 - Google play This app is incompatible with all of your devices
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM