Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to run Android Emulator

I have a Xamarin.Forms project in Visual Studio 2013 and when I try to run my Android application the emulator loads but then it doesn't load the app and different errors will occur.

When I try to run the Android Emulator depending on what settings I chosen it either pops up with

DWP handshake failed

or in the debug output it shows

Couldn't connect to logcat, GetProcessId returned: 0

All existing solutions I have found haven't worked so far, even though they have worked in the past.

like image 341
Adam Avatar asked Jan 06 '15 01:01

Adam


1 Answers

deselect 'Use Shared Runtime' in Project Properties > Android Options > Packaging properties

like image 112
ireshika piyumalie Avatar answered Nov 11 '22 23:11

ireshika piyumalie