Questions tagged [visual-studio-emulator]

Deploy, test and debug Android apps with our fast, free, and best-of-breed Android emulator.

80 questions
31
votes
1 answer

Xamarin Forms Android App Crashes Running Debug with VS Android Emulator

I have a basic Xamarin Forms app I created. It works fine against the iOS simulator. However when I try and run with a VS Android Emulator (5.1in Marshmallow) it crashes every time upon opening. Even when I try and run without debugging. Below is…
aherrick
  • 19,799
  • 33
  • 112
  • 188
30
votes
3 answers

'Visual Studio Emulator for Android' devices are not listed in the Android Device Monitor

I can start the VS Emulator devices just fine, but they simply don't show up in ADB/Android studio. I searched and found a similar SO question (same issue, only I installed the standalone emulator) but OP provided a workaround and I would like to…
SuperLemon
  • 751
  • 1
  • 7
  • 23
26
votes
8 answers

Xamarin "Waiting for runtime checks to complete" and VS Emulator

I have created a new, bare bones, Xamarin Cross Platform application and I get the following error when running the Android project in a VS emulator using Marshmallow (6.0 API 23): Waiting for runtime checks to complete The emulator boots up…
23
votes
10 answers

App not run in visual studio emulator for android in visual studio 2015

I create blank xamarin android project without add any code when i debug this project debugging without problem but when i run app with visual studio emulator for android emulator is running but not starting my app and deploy failed and don't show…
14
votes
3 answers

How to connect to localhost from VS Android Emulator

I am attempting to connect to the localhost of the machine from which I am booting a VS Android Emulator. I am able to successfully connect to the IIS Server when the Android version is Kitkat. However, I fail to connect when the VS Android Version…
13
votes
1 answer

VS Emulator for Android: Google Play Store Crashes After Fresh Install of Gapps (Google Play Services)

I've installed Gapps (Gapps CyanogenMod 13, Android 6.0 – Marshmallow (for Android 6.0 Gapps also) HDPI / MDPI / TINY: gapps-600-base-20151016-1-signed.zip) on my Android guest OS on VS Emulator for Android (using the 5.7" Marshmallow 6.0.0 XHDPI…
10
votes
1 answer

adb does not see visual studio emulator for android instance

Uber goal: debug/deploy react-native android application on Windows machine Problem: When deploying to the emulator react-native run-android fails with > com.android.builder.testing.api.DeviceException: No connected devices!. I tried running adb…
BustaH
  • 165
  • 1
  • 2
  • 8
10
votes
2 answers

VS Emulator for Android has no internet connection

As the title says, my VS Android Emulator has no connection to the internet. In the Android screen, it says it's connected to WiFi, but browsing doesn't work. Expect the problem is I am running Windows 10 in Parallels on my MacBook, but I don't know…
9
votes
2 answers

VS Emulator: Adb.exe not found

This is the error I get when I try to install gapps (obtained from here, following these instructions). I navigated to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node as instructed in here, but I didn't found any "Android SDK Tools" folder: which is…
Pigna
  • 2,792
  • 5
  • 29
  • 51
9
votes
2 answers

Does Visual Studio Emulator for Android still support drag and drop package installation?

I installed a package on Visual Studio Emulator for Android by drag-and-drop before. I got a new update yesterday. The emulator does not seem to support drag-and-drop anymore. Could anyone shed some light on this?
Hong
  • 17,643
  • 21
  • 81
  • 142
8
votes
1 answer

Running API Level 24+ on VS Emulator for Android (Hyper-V)

I have been using the Visual Studio Emulator for Android to test my Xamarin apps and I am very impressed with the performance of Hyper-V over HAXM. However I can't seem to find any options for emulating anything past 6.0 API Level 23: Is there any…
Mike
  • 1,675
  • 1
  • 18
  • 26
7
votes
1 answer

Nativescript project running with Visual Studio Emulator

I have a Nativescript application that I'm developing using VS Code and have no issues when I try to run it using the Nativescript launch configurations from the Nativescript extension, when I'm using a real device connected with USB or when I use…
7
votes
8 answers

Xamarin.Android Projects failed to deploy in visual studio emulator for android

I'm using visual studio 2015 update 1 with windows 10 build 10586 TH1. also I'm using Xamarin Version 4.0.1.96. I have created a blank Xamarin.Forms app. It deploys to Windows Phone emulators without any issue. But unable to deploy to Android…
4
votes
1 answer

OpenGL error of Visual Studio Emulator for Android

Visual Studio Emulator for Android (VSEA) worked fine until I started using a video card to support an ultra-wide monitor. I keep getting the following error after running it for a few minutes: An OpenGL error has occurred: Error packing read…
Hong
  • 17,643
  • 21
  • 81
  • 142
4
votes
1 answer

visual studio 2015 apache cordovo not running in emulator with Blank app project template

after initiating the Apache cordova Blank application project template using both under Javascript and typescript. When clicking the debug/run in android device emulator, an error popup as shown below: I also did the following because it wasn't…
1
2 3 4 5 6