I am using Windows Insider Build 14342 windows 10 OS. Trying to connect to raspberry pi 3. I have installed the Iot Core in Raspberry and I can connect to the device using putty and powershell. The visual studio for some reason doesnt deploy my Application.
Its a basic blink example from ms-iot github. I have set ARM, Remote device and gave ip address of the device, selected Universal(unencrypted protocol) in properties of the project.
The project builds fine and doesnt deploy to my device. Am i missing something.
I had this problem before one week. Here are steps I use to solve this issue:
Open Network and sharing Center.
click on your Ethernet connection
click property
Select IP4
Change your IP to be in same rang with your raspberry pi
After that your visual studio will able to detect your device automatically.
Related
I am trying to develop a window application using flutter. My host os is linux. So, I have installed virtualbox and installed windows in that and changed the network adapter to bridged network. Now, I am able to ping the window machine using windows ip, which is 192.168.43.173, Now I want to use the windows machine for the application development.
I thought doing this will show the window device in the flutter device list. What should I do so that I can connect and develop the application?
Flutter has no support for what you are trying to do:
Cross-compiling is not currently supported for desktop; you cannot build for Windows from a Linux host.
The only desktop target device that is currently supported is the host itself; you cannot build on one machine and install and run on another from the flutter tool.
You will need to do your development from within your virtual machine.
I have a Xamarin.Andorid project in Visual Studio 2017. I want to deploy the project on a real device. I am following the following steps to do it:
https://learn.microsoft.com/en-us/xamarin/android/get-started/installation/set-up-device-for-development
I have done all the steps until "Install USB Drivers". When I connect the device to the computer via USB cable the computer recognizes it, I can transfer files, photoes etc. from the phone to the computer(Windows 7). My question is do I still need to install drivers for my phone(ZTE Blade A452) if the PC recognize it or is the problem in Visual Studio? 2 years ago I remember deploying Xamarin.Android application on the same device from Visual Studio 2017 in Windows 10, and I followed the steps in the link above untill "Install USB Drivers" , I didn't have to install any drivers and it worked.
I have seen few posts here about same error but none worked for me.
I am trying to deploy UWP from VS2017 from one machine to a Surface machine that is USB connected to the machine running VS2017.
Both machines are running Windows 10 Pro, 17134 (1803) April Update.
Surface machine has enabled Developer Mode in "For Developers" settings and Developer Mode package is installed on it and Remote tooling for desktop is enabled. It is also USB connected to the machine running VS2017 Enterprise 15.7.5
According to MS documentation, that is all what is needed to deploy to device. However, deploy fails with error
Severity Code Description Project File Line Suppression State
Error DEP6200: Bootstrapping failed. Device cannot be found. SmartDeviceException - Deployment failed because no device was detected. Make sure a device is connected and powered on. [0x80131500] MyApp.App.UWP
I was unable to deploy either to device or to use remote debugging.
Deploying to device was failing with the same error message as above. Interestingly, even if device (Surface in this case) is not USB connected to my dev machine at all, I get same error which basically makes sense. But I dont know why I get that same error when I connect Surface tablet to my dev machine.
Deploying for remote debugging did not work since my Surface tablet is not connected to same LAN as my dev machine.
So, for my testing purposes, I deployed by using USB stick
Right click on UWP project, choose Store, then choose Create App
Packages ....
In Create App Packages window, select "I want to create packages for
sideloading"
Click Create
Leave Local Machine as target device for validation
click on Launch Windows App Certification Kit button to launch it
and go through steps until complete
Once package is completed, I copied entire folder onto a flash drive
and moved the content of the folder to my Surface tablet
Then on Surface tablet, right click on the Add-AppDevPackage.ps1
file and choose Run This PowerShell
this will start deployment and deploy the app
I am starting visual studio emulator for android, and it works fine when I am in a wlan or lan network.
But my laptop (which is running windows 10) has also a mobile Broadband adapter. When I am connected with the internet through this device, the emulator does not detect any internet.
Tp fix this I am tried to add a Virtual Switch to in the Hyper-V Manager with an external network. But the only external networks I can select are my wlan and my lan adapters. The Mobile Broadband adapter does not show up.
Why? How can I fix this?
I am developing an Android app for a class I'm taking. I've been using the emulator to date. I know what to see if it runs on the real HW.
My PC runs Windows 7. I downloaded the latest google/Android USb driver. I have enabled the USB Debugging feature on the tablet already. When I plug the tablet into the PC via USB, the PC doesn't seem to see the tablet at all.
What do I need to do to get these two devices to see one another.
thanks,
wk
HI, I'm using superpad 3, and just have adb connection over ethernet, all you need is type cmd: "connect your.pad.ip" and then Eclipse will see your device.