-1

Multidex: Dex Loader] Unable to execute dex: method ID not in [0, 0xffff]: 65536

Faraz Ahmed
  • 1,245
  • 1
  • 14
  • 24

1 Answers1

0

By adding below line will solve this issue.

    dependencies {
      compile 'com.android.support:multidex:1.0.+'
     }
Faraz Ahmed
  • 1,245
  • 1
  • 14
  • 24