[android-developers] Testing problem with ActivityInstrumentationTestCase2 -- Error when trying to access Activity under testing

2010-02-24 Thread vladimir kroz
I wrote a simplest test based on android.test.ActivityInstrumentationTestCase2. [sourcecode language="java"] package andtest.threads.asynctask; import java.util.concurrent.ExecutionException; import andtest.R; import andtest.threads.asynctask.AsyncTaskDemo; import andtest.threads.asynctask.Async

[android-developers] Re: Map is not displaying even the settings are correct

2009-11-12 Thread vladimir kroz
I have simial issue. When using an emaulator, same MapView works fine on one of my machines while doesn't show map on another. When running same application on real device - everything works fine. Any idea? On Nov 10, 11:49 pm, naveenballa wrote: > i am running the mapdemo application in the samp