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 ゲームの開発に取り組んでいます。自分のデバイスでゲームをテストすると、「My LIBGDX Game」という名前でインストールされます。どうすれば変更できますか?
アプリ名を変更するには、 のタグのandroid:label属性の値を変更するだけです。<application>AndroidManifest.xml
android:label
<application>
AndroidManifest.xml
この属性は通常、strings.xml編集可能な文字列を参照します。
strings.xml