The import com.android.internal.R cannot be resolved

后端 未结 4 848
悲&欢浪女
悲&欢浪女 2020-12-29 09:08

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

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 09:39

    I have a couple suggestions:

    1) Make sure you don't have any other errors other than the R-related errors. Right-click your project folder in Eclipse, Android Tools -> Fix Project Properties.

    2) Check to make sure you have the correct R imported. Sometimes the default Android.R can be imported.

提交回复
热议问题