0
kwanp created
Hi i just new to Xamarin and i have some error when install app from Xamarin .apk to my mobile, it is possible to run debug with mobile device because on test with simulation on VS2017 is working fine
Error said ( .apk) on android device
Mobile.Android has stopped
Thank you
1 Answer(s)
-
0
to be able to debug from your real android device, your android mobile phone must be in the same WiFi (turn off the data network and enable the WiFi) and set LocalhostIp in DebugServerIpAddresses class.
see these docs