2012-02-01 235 views
-1

如何打開一個AndroidManifest.xml文件?我必須使用哪些軟件?我想更改Android應用程序的名稱如何編輯AndroidManifest.xml文件?

+0

你如何創建與Eclipse或任何其他項目? – 2012-02-01 06:58:20

+0

[在Android Eclipse IDE中單獨重命名APP的名稱]的可能重複(https://stackoverflow.com/questions/5373861/renaming-the-name-of-the-app-alone-in-android-eclipse- IDE) – TalkLittle 2017-07-09 09:03:52

回答

3

如果要更改應用程序的名稱,則清單文件不是要查找的位置。您的應用程序名稱可以從res/values/文件夾中的strings.xml文件更改。在項目/應用程序的開發過程中,您可以從Eclipse內部進行任何格式化。

1

考慮Eclipse編輯器屏幕的底部,你會看到標籤,從標籤中,選擇最後一項「AndroidManifest.xml中」將文本格式顯示XML

請看看這張照片。

enter image description here

0

Click on the tab shown below in Eclipse