I want to create an activity which will extends MapActivity class.
But I am unable to import com.google.android.maps.MapActivity
It is showing following error:
the import com.google can not be resolved
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to build you project with Google Api’s Library. It looks you are building it with general Android Api.
Do the following steps to get rid of your error.