[android-beginners] Re: HelloMapView Tutorial not working

2009-10-05 Thread DWischer
Yes, i used the Debug Certificate to get my key. Does a wrong key raise this type of exceptions? On 5 Okt., 19:32, sandreev wrote: > This seems like there is a problem with your apikey. > Did you copy your apikey in the place of mykey? > > Good Luck > Sandreev. > > On Oct 5, 1:55 am, DWischer w

[android-beginners] Re: HelloMapView Tutorial not working

2009-10-05 Thread sandreev
This seems like there is a problem with your apikey. Did you copy your apikey in the place of mykey? Good Luck Sandreev. On Oct 5, 1:55 am, DWischer wrote: > I just tried to make it a lot more easier than the tutorial to find > the error. > > This is my main class: > package com.map.maptest; >

[android-beginners] Re: HelloMapView Tutorial not working

2009-10-05 Thread DWischer
I just tried to make it a lot more easier than the tutorial to find the error. This is my main class: package com.map.maptest; import com.google.android.maps.MapView; import android.app.Activity; import android.os.Bundle; public class MapAppTest extends Activity { private MapView mv =