Tuesday, April 30, 2013

Android MapActivity cannot be resolved

While I was working in a Android Map based application, I came across that MapActivty couldn't be resolved. Since I was upgraded my SDK Tools & SDK Platform Tools to the very latest versions, I was unable to set the target of my app to Google API [desired version] as mentioned in many tutorials. Finnaly I was able to fix the issue by manually setting the Android Build Target of my project to Google API(Platform 3.1, API Level 12)

Eclipse -> Select the project -> Properties -> Android -> Target Name -> tick the desired Google API level

No comments:

Post a Comment