I am working with a map application in android. To use some gesture methodes i need to import the following,
import com.google.android.maps.GestureDetector;
But this shows an error like “the type com.google.android.maps.GestureDetector is not visible”. What is the problem? Please help.
I think that you are importing the wrong class, you should import android.view.GestureDetector;