Tags
- postman automations
- postman excel
- postman pre-request
- postman
- Front-end developer
- 좋은 개발자
- postman tests
- LSL_Script
- Unity
- C++
- MFC
- 우수한 프런트 개발자
- postman collection variables
- web developer
- 프런트엔드
- Android/iOS Developer
- postman collection
- Interaction developer
- Java
- oracle
- Intellij
- emplace_back
- solidity
- Android
- UI/UX Engineer
- postman csv
- 다빈치 리졸브
- postman session
- postman html parse
- c#
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Archives
- Today
- Total
david's daily developer note
[Unity] 구글 플레이 경고 제거 "이 App Bundle 유형과 연결된 가독화 파일이 없습니다." 본문
[Develop] Unity
[Unity] 구글 플레이 경고 제거 "이 App Bundle 유형과 연결된 가독화 파일이 없습니다."
mouse-david 2022. 10. 23. 22:48728x90
다음의 경고를 제거해보자. (유니티 버전 2021.3.11)
ProGuard
1. 불필요한 코드를 최적화하고 코드를 난독화
https://www.guardsquare.com/blog/proguard-and-r8
R8
1. 난독화,최적화 덱싱을 모두 통합하고 빌드 성능을 개선
2. 또한, Android 런타임에서 많은 인증 문제를 제거하여 런타임 성능을 개선
https://developer.android.com/studio/releases#r8-default
다음은 R8/ProGuard에 대한 유니티 옵션 설명이다.
기본값은 Proguard이고, Use R8 체크 박스를 선택하면 R8을 사용한다.
1. R8 활성화 및 Release 적용 체크
File ▶ Build Settings ▶ Player Settings ▶ Player ▶Publishing Settings ▶Minify
▶ Use R8 Check ▶ Release Check
3. 빌드하고, "*_Mapping.txt" 파일 생성 확인
4. 구글 플레이 콘솔에 생성된 aab 파일을 업로드하면 자동으로 "_Mapping.txt" 파일이 함께 업로드되고, 경고는 사라진다!
728x90
'[Develop] Unity' 카테고리의 다른 글
[Unity] 유니티2021.3 업그레이드 이후 안드로이드12 비정상 종료 (0) | 2022.10.25 |
---|---|
[Unity] 구글 플레이 경고 제거 "아직 디버그 기호가 업로드되지 않았습니다." (0) | 2022.10.23 |
[Unity] Android 빌드 성공했는데, aab 파일이 생성되지 않는 오류 (0) | 2022.10.23 |
[Unity] Android 게임 ISO 출시하기 1 (개발 환경 준비) (0) | 2022.09.27 |
[Unity] 구글 결제 라이브러리 버전4 업그레이드 (0) | 2022.09.07 |