Maps Android V2: java.lang.noclassdeffounderror: com.google.android.gms.R$styleable
问题 As many I get the following error: java.lang.noclassdeffounderror: com.google.android.gms.R$styleable when trying to implement Maps for Android V2. Somehow I must be missing what I exactly am doing wrong, since it's not working. What I tried first is to copy the google-play-services.lib into the lib folder, but I saw somewhere I shouldn't do this. Then I tried to import addon-google_apis-google-8 as a project, but the project gives the error The import com.google cannot be resolved. I'm