I am new to android, started my programming basics. I am getting error as \"R cannot be resolved to a variable\" and R.java file is missing even i have clea
Just delete this line from your java file,
import android.R;
and add this line at that place ,
import com.bis.databasedemo.R;
Hope this will help you.