Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I want to get library for com.google.android.maps to add my project

Tags:

android

I want com.google.android.maps library.

I am just creating a demo for Map on android mobile but at the extends MapActivity it give error to create the class.

any downloadable link.

thanks in advance.

like image 590
Siten Avatar asked Jun 20 '11 10:06

Siten


1 Answers

You need to download Google Api,and set build target as that Google Api.So that you can extend map activity.

OR

you can find maps library from android-sdk-tools -> add-ons -> your api version.

like image 148
Chirag Avatar answered Nov 15 '22 22:11

Chirag