已将应用上传到Google Play但声称与设备不兼容

时间:2014-06-14 19:52:29

标签: android xml google-play

您好我已将我的应用程序上传到Google Play但是它说它与我自己的设备不兼容。我正在努力理解为什么我可以在开发期间运行它。我也试过在另一台设备上下载它也不兼容。

XML文件的格式与我以前的应用程序使用的格式完全相同。没有特殊权限或任何东西。文件大小为3.5M。以前发生过这种情况吗?提前谢谢。

编辑:它还说有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>

2 个答案:

答案 0 :(得分:0)

可能是您的app is too large

  

...目前,上传到Google Play的应用的最大文件大小限制大约为50 MB ......

     

...某些设备的缓存分区可能小于50 MB,导致用户无法下载该应用...

尝试减少应用的尺寸

也可能是一些Instagram用户也有这个问题。 Instagram建议this fix

答案 1 :(得分:0)

可能是Google Play Store bug some people are facing我检查了你的应用,它显示为与我的所有7台设备不兼容

更新:现在显示与我的所有设备兼容。