Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- OverTheWire
- Google Refund
- mongoDB
- Packet Network
- Camera Zoom
- rpg server
- critical rendering path
- screencapture
- SDK upgrade
- react
- express
- Camera Movement
- Google Developer API
- server
- css framework
- spread 연산자
- docker
- java
- linux
- Unity IAP
- draganddrop
- Digital Ocean
- Spring Boot
- --watch
- springboot
- Git
- unity
- MySQL
- nodejs
- Unity Editor
Archives
- Today
- Total
목록2024/11 (1)
우당탕탕 개발일지
[Unity][Build Err] ClassNotFoundException: com.google.android.gms.ads.initialization
구글에서 다음과 같은 경고가 발생해서, proguard를 활성화하려고 했더니이 App Bundle 유형과 연결된 가독화 파일이 없습니다.난독화된 코드(R8/proguard)를 사용하는 경우 가독화 파일을 업로드하면 비정상 종료 및 ANR을 더 쉽게 분석하고 디버그할 수 있습니다. R8/proguard를 사용하면 앱 크기를 줄이는 데 도움이 됩니다 1- ProjectSettings > Minify 에 Release 를 활성화한다. 여기까지 하고 빌드를 하니 위 에러가 발생했다. (원인)2- Build 란에 custom proguard File 을 활성화 한 뒤 proguard-user.text 에 다음과 같이 적어넣는다.-keep class com.google.android.gms.** { *; }-do..
Unity
2024. 11. 14. 14:24