java - After adding Google Play Services to project, Error: Conversion to Dalvik format failed -
i have android project(in eclipse ide) compiles , runs fine. added google play services project reference.
my java build path looks this:
now when try run project see error message:
unable execute dex: method id not in [0, 0xffff]: 65536 conversion dalvik format failed: unable execute dex: method id not in [0, 0xffff]: 65536 what missing?
you exceeded max number of methods in application. multidex should you: building apps on 65k methods



Comments
Post a Comment