728x90
반응형
SMALL
AndroidManifest.xml
앱 이름을 변경하는 방법은 app 폴더의 manifests 안에 있는 xml 파일에서 label 속성을 바꾸는 것이다.
android:label="@string/app_name"
strings.xml
res 폴더의 values 내에 있는 strings.xml에서 app_name을 원하는 이름으로 지정한다.
<string name="app_name">앱이름변경</string>
728x90
반응형
LIST
'App Programming > Android Studio' 카테고리의 다른 글
[Android Studio] 뒤로 가기 두 번 눌러 앱 종료하기 (0) | 2023.03.14 |
---|---|
[Android Studio] 앱 아이콘 변경 (0) | 2023.03.14 |
[Android Studio] 웹뷰 (WebView) (0) | 2023.02.23 |
[Android Studio] RecyclerView (리사이클러뷰) (0) | 2023.02.14 |
[Android Studio] Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.9.0-runtime (0) | 2023.02.14 |