Cannot resolve MapActivity class on Android

后端 未结 12 2487
刺人心
刺人心 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:27

    Apparently at some point my build environment got really messed up. It looked like I somehow had the google APIs jar in my project twice, causing a conflict. I deleted the project and recreated it, works now.

提交回复
热议问题