Hi I'm trying to make a very simle and basic application for android that will use google maps (v2). As for know the only thing I do is that I want to display a map so I've done everything like in documentation:
I have my API key set in manifest
I've added permissions
I have v4 support
I've downloaded google play service, imported it to SDK and added as reference
My problem is when I add the reference eclipse is going crazy while starting app and it going to memory limit. WHen I increse the memory limit in eclipse.ini after 5 minutes I get infor that apk can't be installed. There is no problem with running the app when I have no reference to google play service.
Seriously I need a tip where to find the problem. I'm after 10 hours of searching and I can't run the basic map :/