Android studio: Kotlin: 앱 프로젝트를 만들 때 할 일
1405 단어 안드로이드AndroidStudioKotlin
패키지 이름의 com.exambple.myapplication의 example 부분.
example의 상태로 play store에서 걸리기 때문에 바꾼다.
com.test.application 같은 느낌으로.
만약 그대로 만들어 버리면 리팩토링.
순서는 이하 참고.
https://joh-sys.com/blog/2020/05/12/%E3%80%90android%E3%80%91%E3%80%8Ccom-example%E3%80%8D%E3%81%AF %E7%A6%81%E6%AD%A2%E3%81%95%E3%82%8C%E3%81%A6%E3%81%84%E3%82%8B%E3%81%9F%E3 %82%81%E3%80%81%E5%88%A5%E3%81%AE%E3%83%91%E3%83%83%E3%82%B1/#toc3
다만 bundle.grade는 프로젝트 바로 아래와 app\src에 있으므로 주의. 바꾸는 것은 app\src에 있는 분.
2. 앱의 표시 이름을 변경합니다.
\app\src\main\res\values\string.xml의 앱 이름 변경
string.xml
<resources>
<string name="app_name">ここにアプリ名</string>
</resources>
Reference
이 문제에 관하여(Android studio: Kotlin: 앱 프로젝트를 만들 때 할 일), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/sano192/items/a4800db428eab59287c5텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)