我创建了一个地图项目。 主要活动=
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.mainlayout);
if (googleHarita == null) {
googleHarita = ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.haritafragment))
.getMap();
R说"无法解析符号 R "。 我该怎么办?
答案 0 :(得分:0)
转到Build
选项,然后选择Clean Project
选项。
然后选择Rebuild
。