Hello friends i want to integrate map in my application so i add google play service jar
in my application but when i add this jar it give me error like
Unable to execute dex: method ID not in [0, 0xffff]: 65536
i attach my screnshots of my applicaiotn
my jar list n lib folder
my build path status
my project.properties file code
target=android-18
android.library.reference.1=..\\appcompat_v7
android.library.reference.2=..\\google-play-services_lib
dex.force.jumbo=true
if i remove google-play-service.jar
than it works fine but if i add it error message comes like Unable to execute dex: method ID not in [0, 0xffff]: 65536
any idea how can i solve this ? your suggestions are appreciable.