- 匯入第三方的 aar 但是自己的App被改名
- 加入SDK但本身的App 相關資料被更改
如果有以下的症狀,請在 AndroidManifest 內加上 :
<application
tools:replace="icon, label, name"
android:hardwareAccelerated="true"
android:largeHeap="true"
android:name=".activity.MyApplication"
android:label="@string/app_name"
android:allowBackup="true"
android:icon="@drawable/app_icon"
android:theme="@style/AppTheme"
.
.
.
.
顧名思義,將
icon 取代為 android : icon = "@drawable/app_icon"
label 取代為 android : label = "@string/app_name"
歡迎轉載,請註明出處。
沒有留言:
張貼留言