gpt4 book ai didi

java - 为什么我的应用程序图标在 Android Studio 的应用程序网格列表中显示为空白?

转载 作者:行者123 更新时间:2023-12-02 05:47:27 25 4
gpt4 key购买 nike

我在这里尝试了许多不同的链接,以找出为什么我的应用程序在下载时不会显示在应用程序列表中,但我没有运气。我尝试过很多不同的事情。在 android studio 中设置 Intent Filters 时我缺少什么吗?

<application
android:name=".GdpApp"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppThemeNoActionBarOrangeMain">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:screenOrientation="landscape">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.VIEW" />
</intent-filter>

</activity>
<activity
android:name=".SplashActivity"
android:screenOrientation="landscape"
android:theme="@style/AppThemeNoActionBarSplash">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
'''

最佳答案

不是 100% 确定,但你有 2 个确实看起来很奇怪

“android.intent.action.MAIN”

关于java - 为什么我的应用程序图标在 Android Studio 的应用程序网格列表中显示为空白?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56082594/

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