Android: solution: ic_launcher cannot be resolved or is not a field
Error: ic_launcher cannot be resolved or is not a field
Solution: Change the import:
import android.R;
For this one (see your real path in the R Class):
import com.myproject.myrapp.R;
No comments:
Post a Comment