I have a created a Xamarin.Forms application named MyFifthTry in Visual Studio 2015. When I try to deploy the MyFifthTry.Droid project on an already running emulator (Bluestacks 2), the deploy fails. There is no error in the ErrorList of Visual Studio, but Android Device Logging (logcat) gives me the following three errors:
1) Couldn't load memtrack (No such file or directory)
2) failed to load memtrack module: -2
3) Error opening trace file: No such file or directory (2)
I searched the internet and SO for these errors and found many questions with answers but none of them helped me as they were all regarding Android Studio and Java, due to which I was not able to apply the solutions on my project.
I think this is a new question regarding this error on Xamarin.Forms. Any help would be greatly appreciated.
EDIT: These errors are there too:
Java.io.IOException:Connection refused
Error accepting stdout and stderr (127.0.0.1:8944): Address already in use
Could not load assembly 'FormsViewGroup' during startup registration.
This might be due to an invalid debug instalation.
A common cause is to 'adb install' the app directly instead of doing from the IDE.
I got the last error, although I launched the application from the IDE.