2016年6月2日木曜日

エラー Expected resource oy type styleable 何も問題ないのに、R.も記述しているのに @SuppressWarnings("ResourceType")

そんなときはActivityの上に
@SuppressWarnings("ResourceType")


例)
@SuppressWarnings("ResourceType")

public class hogeActivity extends Activity implements OnTouchListener {


}


こうすると、エラーがでなくなります。