개발/안드로이드
Android - 안드로이드 스튜디오 - 오류 - com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536
dnsdud
2015. 6. 17. 21:16
... "position":{},"original":"com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536"}
에러시,
안드로이드 스튜디오 build.gradle 에 설정 추가
android {
defaultConfig {
...
multiDexEnabled true
...
}
}
| | | | | | | | | | |
Text-to-speech function is limited to 100 characters