简体   繁体   English

Google Play 商店与 Flutter 应用程序不兼容

[英]Google Play Store Incompatible for Flutter App

I recently released my Flutter app on the Google Play Store.我最近在 Google Play 商店发布了我的 Flutter 应用程序。 I'm new to Android and bought a BLU Advance to test out the app.我是 Android 新手,购买了 BLU Advance 来测试该应用程序。 The app successfully published for Beta testing and I was able to set up my phone and Google Play Store profile, but I'm receiving the error that my app is not compatible.该应用程序已成功发布以进行 Beta 测试,我能够设置我的手机和 Google Play 商店配置文件,但我收到了我的应用程序不兼容的错误消息。 See here:看这里:

Playstore 截图

Is it typical for apps not to work for all phones?应用程序通常不适用于所有手机吗? How do I best make my app so that it's accessible to all (or as many as possible) Android devices?我如何最好地制作我的应用程序,以便所有(或尽可能多的)Android 设备都可以访问它?

Problem solved: I accidentally had my minimum SDK version the same as the target SDK version.问题已解决:我不小心让我的最低 SDK 版本与目标 SDK 版本相同。 Lowered the min to 21 and solved this.将 min 降低到 21 并解决了这个问题。

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

相关问题 Google Play 商店显示我的应用不兼容 - Google play store shows my app incompatible 应用程式可在开发中使用Google Play商店显示装置不相容 - app works on development google-play store show device incompatible 注意5中Play商店上的不兼容应用 - Incompatible app on play store in Note 5 如何解决 Google Play 商店检测到的 Flutter 应用崩溃问题 - How to troubleshoot crashes detected by Google Play Store for Flutter app 真实设备上的 Flutter 应用程序需要 Google Play 商店,但它丢失了 - Flutter app on real devices requires the Google Play Store, but it is missing 如何为 Google Play 商店签署我的 flutter 应用程序? - How do I sign my flutter app for google play store? 为什么我的应用程序在三星设备上显示为与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,但表示与设备不兼容 - Uploaded app to Google Play but saying incompatible with device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM