1

我在應用程序上發佈Play商店(Beta測試版)後遇到問題。
我測試了app-debugapp-release apks在多個AVD甚至在我的S3手機上,一切正常。然後我加載app-release.apk文件進行Beta版測試,我的S3手機與該應用程序不兼容。
你有什麼建議嗎?我添加了幾個佈局和值文件,但沒有結果。這裏是我的清單文件和項目安卓設備與三星Galaxy S3發佈後的兼容性

<?xml version="1.0" encoding="utf-8"?> 
<manifest xmlns:android="http://schemas.android.com/apk/res/android" 
    xmlns:tools="http://schemas.android.com/tools" 
    package="com.xxxxx"> 

    <uses-feature android:name="android.hardware.touchscreen" android:required="false"/> 

    <application 
     android:allowBackup="true" 
     android:icon="@mipmap/ic_launcher" 
     android:label="@string/app_name" 
     android:theme="@style/AppTheme"> 
     <activity 
      android:name=".MainActivity1" 
      android:label="@string/app_name" 
      android:launchMode="singleTask" 
      android:logo="@mipmap/ic_launcher" 
      android:theme="@style/AppTheme.NoActionBar"> 

     </activity> 

我也試過這樣的捕獲,但我得到了相同的結果

<supports-screens android:resizeable="true" 
     android:smallScreens="true" 
     android:normalScreens="true" 
     android:largeScreens="true" 
     android:xlargeScreens="true" 
     android:anyDensity="true" /> 

你可以在這裏找到項目結構:

Directory structure

這裏是build.gradle的內容

compileSdkVersion 23 
    buildToolsVersion "21.1.2" 
    defaultConfig { 
     applicationId "com." 
     minSdkVersion 9 
     targetSdkVersion 23 
     versionCode 9 
     versionName "1.0" 
    } 
    buildTypes { 
     release { 
      minifyEnabled false 
      proguardFiles getDefaultProguardFile('proguard-android.txt'),  'proguard-rules.pro' 
      signingConfig signingConfigs.config 
     } 
     debug { 
      signingConfig signingConfigs.config 
     } 
    } } 
+0

您可以包括試圖安裝時的logcat/packagemanager錯誤APK? – FishStix

+1

您是否也可以將您的build.gradle文件的內容添加到您的問題中? – petey

+0

@petey添加了build.gradle的內容 – Leonald

回答

0

「一個人不能購買自己在谷歌應用程序上與他developper帳戶相關聯的所有他適當的設備(設備上播放。」
這是對政策