我在Play商店发布后,我的申请有问题(Beta测试)
我已经测试了多个AVD上的app-debug
和app-release
apks,甚至在我的S3手机上,一切正常。然后我加载app-release.apk
文件进行Beta测试,我的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" />
您可以在此处找到项目结构:
以下是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 :(得分:0)
&#34;无法在所有适当的设备(与其开发者帐户关联的设备)上在Google Play上购买自己的应用。&#34;
这是违反政策的