일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- window
- centos
- iIntelliJ
- Java
- Git
- Modulization
- Mongoose
- event-driven
- react-native
- ssh key
- Android
- Linux
- pbkdf2-password
- Express
- PBKDF2
- MEAN stack
- API테스트
- rest-assured
- elemMatch
- OOP
- proguard
- 64k method
- Mongo
- node
- instance
- multidex
- 다중 서버 명령
- memory structure
- Setup
- MaridDB
Archives
- Today
- Total
목록64k method (1)
천줄코딩도 한 걸음부터
Android 64K 메서드제한 오류 해결
구글, 페이스북 SNS 로그인을 구현하며 이 세가지 라이브러리만 추가했음에도 불구하고얼마나 많은 메서드가 들어있는건지 64K 메서드제한에 걸린다는 에러 메시지가 출력되었습니다.compile 'com.facebook.android:facebook-android-sdk:4.+' compile 'com.google.android.gms:play-services-auth:9.0.0' compile 'com.google.android.gms:play-services:9.0.0' 이 에러를 해결하기 위해 에러 메시지와 함께 적혀있던 안드로이드 공식 사이트를 뒤적거리기 시작했습니다. https://developer.android.com/studio/build/multidex.html#mdex-gradle 페이지를 살..
Others
2017. 5. 13. 19:46