Hi i am working with Gestures and i need to import but i m getting error
com.android.internal.R;
The import com.android.internal.R
First of all, what is Gestures ? Do you have a package named com.android.internal in your gen folder ? Doest it contain R.java ? If not, try Project->Clean in Eclipse. If it still doesn't work, you may have an error in your XML layout files.