0

If I have an import statement like:

import com.google.android.gms.maps.model.BitmapDescriptor;

is it possible to determine in Eclipse the jar file where this class is located?

4

1 に答える 1

1

試す

ctrl-shift-t
type BitmapDescriptor
then show in Package Explorer
于 2013-10-24T06:56:13.873 に答える