Multidex: Dex Loader] Unable to execute dex: method ID not in [0, 0xffff]: 65536
Asked
Active
Viewed 170 times
1 Answers
0
By adding below line will solve this issue.
dependencies {
compile 'com.android.support:multidex:1.0.+'
}

Faraz Ahmed
- 1,245
- 1
- 14
- 24