[android-developers] Problem with Maps on android 1.5(HTC hero)

2010-03-04 Thread Геннадий Дубина
Hi, I want to implement application with map So my application works on emulator, but it doesn't work on real device - HTC Hero The application works on Dev Phone 1 and Nexus one I tried to run Mapdemo Application form samles but it crashed too. Can you help me? Maybe someone had same problem.

[android-developers] problem with maps

2009-05-31 Thread Mike Lanin
Hi, guys! I want to use MapActivity in my app, but in the line mapView = (MapView) findViewById(R.id.mapView); the error "cannot cast from View to mapView" occurs. I also tried to copy "Hello, mapView" example, but it gives the same. Does anyone have the same problem? --~--~-~--~~-