Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Android emulator is slow???

$
0
0

I'm new to xamarin, looking to do some development on the VS 2013 platform. I just updated my first test app to monoForAndroid_API_14. recompiled and started the debug. I get this message that running the emulator is slow, but I continue anyway, how slow can it be? I'm sitting here 40 minutes later (went out to lunch) and still waiting. The output windows shows no errors, Tell me the build succeeded in 1.8 seconds, then I get:

1>Waiting for device.. 1>Detecting installed packages 1>Detecting installed packages... 1> 1>Installing shared runtime 1>Target device is armeabi-v7a. 1>Installing the Mono shared runtime (armeabi-v7a - 1394132003)...

and here I sit. The emulator has been sitting for most of the 40 minutes, but it never hit the break point in my startup activity. In fact, the neither the start or cancel button are enabled in VS.

I finally kill the emulator and it gives me this internal error.

Xamarin.AndroidTools.AndroidDeploymentException: InternalError ---> Mono.AndroidTools.InstallFailedException: Unexpected install output: pkg: /data/local/tmp/Mono.Android.DebugRuntime-armeabi-v7a.apk

at Mono.AndroidTools.Internal.AdbOutputParsing.CheckInstallSuccess(String output, String packageName) at Mono.AndroidTools.AndroidDevice.<>c__DisplayClass2a.b__29(Task

1 t)
   at System.Threading.Tasks.ContinuationTaskFromResultTask
1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token) at Xamarin.AndroidTools.AndroidDeploySession.Start(CancellationToken token)

Unexpected Install ouput, . . . What is it expecting and how do I get it?


Viewing all articles
Browse latest Browse all 204402