Rabu, 09 Juli 2014

Android R cannot be resolved or is not a field

It is just so simple. People maybe prefer using auto import feature at eclipse using shortcut key Command+shift+O or Ctrl+shift+O at windows. Check Your import. Make sure You import :

import your.package.name.R;

instead of 
import android.R; 

Please import R file of your project.

Tidak ada komentar:

Posting Komentar