Cannot resolve MapActivity class on Android

后端 未结 12 2486
刺人心
刺人心 2020-11-29 09:48

I have an application which has 11 different activities. One of these activities is an extension of MapActivity (it is a map for data visualization). To get to this activi

12条回答
  •  迷失自我
    2020-11-29 10:38

    I was having the same issue and tried all the above proposed solutions (except rebuilding the project) with no success. Then I cleaned the project and it was fixed. In Eclipse Project>Clean check your project and select ok.

提交回复
热议问题