修改圖示
事先將圖示圖片放入drawable檔案夾中并命名(不能含漢字)
在AndroidManifest.xml檔案中找到android:icon行,引號內寫入圖片路徑即可,
<application
android:name="org.litepal.LitePalApplication"
android:allowBackup="true"
android:icon="這里填入圖示檔案路徑"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
修改名字
在AndroidManifest.xml檔案中找到android:label行,ctrl+左鍵點擊app_name(再點擊最后一個app_name),打開strings.xml檔案,修改內容,
<string name="app_name">在這填入你想要的名字</string>
或者打開values檔案夾再打開strings.xml檔案,做如上操作,
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/15201.html
標籤:AI
上一篇:android開發:小米手機開發時非要sim卡才能除錯怎么辦?
下一篇:谷歌瀏覽器之安裝插件(SwitchyOmega_Chromium)提示程式包無效:"CRX_HEADER_INVALID"
