I'm developing and android application using Google Maps. Everything was fine until I used Google Maps Android API Utility.
I followed the instructions in
https://developers.google.com/maps/documentation/android/utility/setup
to install and use the library in my application, but when i try to launch it I get a NoClassDefFoundError
at runtime
Then I followed the instructions in
couldn't run Google Maps Android API Utility Demo
but now the application doesn't start at all, when I try to launch it I get a prompt with the following message
"Your project contains errors, please fix them before running your application"
and on the log I have
Unable to execute dex: Multiple dex files define Lcom/google/android/gms/R$attr;
Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/google/android/gms/R$attr;
what should I do to solve this issue? Thanks