gpt4 book ai didi

android - 此应用不再与您的设备兼容

转载 作者:行者123 更新时间:2023-11-29 00:53:27 25 4
gpt4 key购买 nike

我已将我的第一个应用程序上传到 Google Play 商店,该应用程序是使用最新的 Rad Studio Rio 版本 (10.3.2) 编译的。当使用其中一台平板电脑时,我使用 Play Console 应用程序测试该应用程序说:

Your Device isn't compatible with this version

该应用程序专为在平板电脑上运行而设计,但也可以在手机上运行。使用 Play 管理中心(通过 Web)时,我被告知该应用与我的某些设备不兼容,特别是我用来测试该应用的相同平板电脑。

我已遵循指南 from here .

我该如何推进?

这是 RAD studio 为我生成的应用 list

<!-- BEGIN_INCLUDE(manifest) -->``
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="%package%"
android:versionCode="%versionCode%"
android:versionName="%versionName%"
android:installLocation="%installLocation%">

<!-- This is the platform API where NativeActivity was introduced. -->
<uses-sdk android:minSdkVersion="%minSdkVersion%" android:targetSdkVersion="%targetSdkVersion%" />
<%uses-permission%>
<uses-feature android:glEsVersion="0x00020000" android:required="True"/>
<application android:persistent="%persistent%"
android:restoreAnyVersion="%restoreAnyVersion%"
android:label="%label%"
android:debuggable="%debuggable%"
android:largeHeap="%largeHeap%"
android:icon="%icon%"
android:theme="%theme%"
android:hardwareAccelerated="%hardwareAccelerated%">

<%application-meta-data%>
<%services%>
<!-- Our activity is a subclass of the built-in NativeActivity framework class.
This will take care of integrating with our NDK code. -->
<activity android:name="com.embarcadero.firemonkey.FMXNativeActivity"
android:label="%activityLabel%"
android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
android:launchMode="singleTask">
<!-- Tell NativeActivity the name of our .so -->
<meta-data android:name="android.app.lib_name"
android:value="%libNameValue%" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<%activity%>
<%receivers%>
</application>
</manifest>

最佳答案

好的,在这里回答我自己的问题。我不知道 Google 控制台会显示与您的应用程序不兼容的设备列表。如果您选择一个,它将显示导致不兼容的项目。在我的例子中(虽然我不记得选择它因为我的应用程序不需要它)是电话。

关于android - 此应用不再与您的设备兼容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57240275/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com