Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 안드로이드스튜디오
- vuejs
- 백준
- cos pro 1급
- AndroidStudio
- Algorithm
- 파이썬
- cos
- Vue
- DART
- 동적계획법과최단거리역추적
- 코딩테스트
- 안드로이드
- Flutter
- C++
- BAEKJOON
- android
- 동적계획법
- 분할정복
- 개발
- django
- 알고리즘
- 코테
- issue
- codingtest
- Python
- DFS
- DFS와BFS
- 코드품앗이
- cos pro
Archives
- Today
- Total
목록dex file (1)
Development Artist
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/U18ME/btrT9G0AXfa/6fO0hlZbs82O35YzyPBp8K/img.png)
이슈 1. 플러터를 안드로이드 기기에서 빌드시 다음과 같은 이슈 발생. 해결 1. android > app > build.gradle 파일에 defaultConfig 안에 multiDexEnabled true 를 써주고, android > app > build.gradle 파일에 dependencies 안에 implementation 'com.android.support:multidex:2.0.1' 를 써준다. multiDexEnabled true implementation 'com.android.support:multidex:2.0.1' 원인 1. 앱 및 앱이 참조하는 라이브러리는 DEX file에서 관리를 하는데, 앱 및 앱이 참조하는 라이브러리에서 메서드가 65,536개를 초과하면 앱이 Androi..
TroubleShooting/Flutter Issue
2022. 1. 15. 11:42