android - 发布 android 应用程序 : This app is incompatible with all of your devices

标签 android google-play

发布和 Android 应用程序我可以在市场上看到该应用程序,但我每个人都在看这篇文章

This app is incompatible with all of your devices.

这是我的 list 的权限和功能

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.WRITE_USER_DICTIONARY" />

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

来自 gradle.build

minSdkVersion 16
targetSdkVersion 21

我不明白为什么它不显示支持的手机。

谢谢

最佳答案

你的 AndroidManifest.xml 中有 supports-screens 标签吗?如果没有,请尝试添加: <支持屏幕 android:resizeable="true"android:smallScreens="true"android:normalScreens="true"android:largeScreens="true"android:xlargeScreens="true"android:anyDensity="true"/>

关于android - 发布 android 应用程序 : This app is incompatible with all of your devices,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29858537/

相关文章:

android - camera.getPicture 如何使用 apache cordova 在 android 中工作?

android - 如何在 android 的 lottie 动画中创建一个按钮?

android - 我可以使用 Flutter 项目 APK 更新 Google Play Store 上的应用吗?

android - 无法删除 Google Play 发布错误。如何告诉 Google Play 我的应用不适用于 COVID 追踪?

android - Google Play 没有自动为我的应用更新新版本

android - 在 Android Studio 中找不到 CMake

android - 如何在 google play developer console 中设置新功能

java - 谷歌 api androidpublisher 错误代码 403

android - 未找到 Google Play 显着披露

android - 我可以在 Google Play 上使用 .name TLD 吗?