Issue with Google Maps Android Api v2

左心房为你撑大大i 提交于 2019-12-02 09:30:36

It looks like it's not finding the Google Maps classes at runtime. Are you running this on a device or an emulator because you can't use Google Maps v2 on an emulator at this time.

If you are running on a device then make sure you have Google Play Services installed. It contains the runtime for Google Maps v2.

daemon54

Solved my Problem. The issue occurred because even though I i referenced the google play library, The reference is not considered by eclipse and it was shown by a cross mark. I have resolved that with the help of the following stackoverflow post:-

In eclipse, unable to reference an android library project in another android project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!