package com.proappangeloooo1.game1;
import com.proappangeloooo1.game1.R;
/* the error :R cannot be resolved to a variable*/
package com.proappangeloooo1.game1;
import com.proappangeloooo1.game1.R;
/* the error :R cannot be resolved to a variable*/
You should not explicitly import R at the top of your java code. Try making Project -> Clean...