I'm having some issues trying to import my project from Eclipse to Android studio. It is giving me errors such as error: package com.google.android.maps does not exist
and error: cannot find symbol class MapActivity
.
I've tried following the hundreds of posts about this problem and none seem to work.
I tried putting this into my build.gradle: compile 'com.google.android.gms:play-services:3.1.36'
and that doesn't work (I've also tried using the most current version as well). Is this a problem with deprecation, because it doesn't seem to be complaining about SitesOverlay?
I've tried changing my api key, which I don't think would give those errors. I've also seen posts about modules and such but then I read from a few posts that that is not necessary. I have also made sure that I downloaded all the correct sdk stuff including all the extras etc.
A few of the many sites I have referenced already:
Android Studio 0.2 App that use Google Maps - Gradle modify