【发布时间】:2019-01-15 18:04:15
【问题描述】:
我开发了一个 android 应用程序,今天我发布了我的应用程序的新版本。但是我的手机中没有应用程序图标。即使我进入 google play store 也打不开。怎么可能?
<application
android:allowBackup="true"
android:icon="@drawable/minik"
android:label="@string/app_name"
android:enabled="false"
android:roundIcon="@drawable/minik"
android:supportsRtl="true"
android:theme="@style/AppTheme"> ...
</application>
【问题讨论】:
-
您是否更改了应用程序的包名称?而且您包含的代码毫无意义。
-
LAUNCHER 意图过滤器丢失
标签: android android-activity android-manifest