PDA

View Full Version : package com.google.android.maps does not exist.. But it is there!



dr.mefisto
11-01-2011, 02:47 PM
hello,

I have a huge problem with my android application, I want to use the google maps, I got my key from them. I have set the api of avd to google api, I have change the target build of project to api. What is more in my libraries I can see the maps form google. Also import com.google.android.maps.* is not marked as wrong aka error. BUT when I want to build the application I got this f~!#@~!@~!%$&*@ error:

error: package com.google.android.maps does not exist

I don' know what to do, I've googled and check most of solutions, dk what to do

forgot to add. I'm using netbeans with android plugin

iaindownie
11-22-2011, 10:16 AM
Can you confirm that you're using a key generated using the debug.keystore? Are you using a particular tutorial as a starting point (I use http://www.google.co.uk/url?sa=t&rct=j&q=android%20map%20tutorial&source=web&cd=3&ved=0CDMQFjAC&url=http%3A%2F%2Fmobiforge.com%2Fdeveloping%2Fstor y%2Fusing-google-maps-android&ei=aMrLTuCfCs7V8QO40L3vDw&usg=AFQjCNHj_dX8Xafb6WqeAQz8yth1m6dxSw&sig2=Ym4C00mJlTY0LZcvajeZWg&cad=rja and then build my app around the basics of this)? Hope this helps....