android{ defaultConfig { // Enabling multidex support. multiDexEnabled true } dexOptions { javaMaxHeapSize "4g" } } dependencies { //... compile " com.android.support:multidex:1.0.0" }
DEX Error
Gradle sync failed: Build-in class shrinker and multidex are not supported yet.
결론
지금으로서는.... 포기가 마음편하다.
반응형
'ide > androidstudio' 카테고리의 다른 글
android SQLite DB 열기 (0) | 2017.01.17 |
---|---|
Circle TextView (0) | 2017.01.16 |
Android ORM (0) | 2017.01.11 |
RxBrite Android-Orma (0) | 2017.01.10 |
Android Studio Codestyle Import (0) | 2017.01.09 |