앱이름 변경
AndroidManifest.xml 파일에서 <application> 태그 내의 android:label="@string/app_name" 로 되어있는 값을 변경
앱아이콘 변경
AndroidManifest.xml 파일에서 <application> 태그 내의 android:icon 값을 변경할 이미지로 지정
또는
res/values/strings.xml 파일에서 app_name 항목의 값을 변경
코르도바(Cordova)/폰갭(Phonegap) 으로 하이브리드앱 만들기 (0) | 2020.07.23 |
---|---|
안드로이드용 키스토어(keystore) 파일 생성하기 (0) | 2020.07.22 |
안드로이드 http 통신시 Cleartext HTTP traffic to xxx.xxx.xxx.xxx not permitted 에러 (0) | 2019.10.04 |
안드로이드스튜디오 - 멀티권한 설정 (0) | 2019.09.09 |
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. 에러 (0) | 2019.07.24 |
댓글 영역