views:

21

answers:

1

Hi

I have a java code for contacts app in Android and it needs a package named

import com.google.android.collect.Maps;

I am not able to figure out how to include this in eclipse so that I can go ahead working with this app.

+1  A: 

See Adding an External Library (.jar) using Eclipse: http://developer.android.com/guide/appendix/faq/commontasks.html#addexternallibrary

JackN
Can you help me with finding this jar file.
I tried searching a lot but couldn't finally get anything
A search on "google maps jar" returns this for example: http://www.filecrop.com/google-maps.jar.html
JackN
Thank You...I'll check if this helps!!