Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发 android 游戏,每当我在我的设备上测试我的游戏时,它都会以“我的 LIBGDX 游戏”的名称安装,我该如何更改它?
android:label要更改您的应用名称,您只需<application>更改AndroidManifest.xml.
android:label
<application>
AndroidManifest.xml
strings.xml此属性通常引用您可以在其中编辑的字符串。
strings.xml