Win IoT & RPI3: DEP6701 Deploy Error - raspberry-pi3

First time using Windows IoT.
Error: (Deploying ARM C# UWA(
1>DEP6701: Bootstrapping failed with an unexpected error: 'DEP6960 : Source doesn't exist: C:....\12.0\Debugger\target\armv4i\corelr.dll
OS VERSION: 10.0.14393.0

Related

Android Device Manage throws error in Visual Studio 2017

Whenever I try to create a new virtual device in Android Device Manager from Visual Studio, I get the following error:
AVD CREATION ERROR: AVD failed to create with error : AVD Manager has returned non-zero exit code: 1. Please check logs for more information.
From logs, I found the following snippet which is probably the error:
[18-05-12 10:45:44.76] [AvdManager.CreateAvd] AVD Manager has returned non-zero exit code: 1
Command: C:\Program Files (x86)\Android\android-sdk\tools\bin\avdmanager.batcreate avd -n my_device -k system-images;android-25;google_apis_playstore;x86 --tag google_apis_playstore --abi x86 -d Nexus 5X --sdcard 100M
Details: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema
at com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>(SchemaModule.java:156)
at com.android.repository.api.SchemaModule.<init>(SchemaModule.java:75)
at com.android.sdklib.repository.AndroidSdkHandler.<clinit>(AndroidSdkHandler.java:81)
at com.android.sdklib.tool.AvdManagerCli.run(AvdManagerCli.java:213)
at com.android.sdklib.tool.AvdManagerCli.main(AvdManagerCli.java:200)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchema
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
... 5 more
It happens no matter whatever configuration or version of Android I use.
Details:
OS: Windows 10 Professional x64
Processor: Ryzen 1700
Uninstalling all other versions of JAVA SDK except SDK 8 done the work for me.
My current JAVA SDK's:

Problems deploying a cordova app to a real Windows Phone 8.1 device

I have serious issues deploying my Cordova app to my real Windows Phone 8.1 (Nokia Lumia 6.3). I run Windows 8.1 Pro on a VirtualBox VM and Visual Studio 2013 Update 4 is installed. Building the app worked like a charm but running...
cordova run windows --device -- --phone
... leads to the following error messages:
Deploying phone package to device:
C:\Users\TestUser\Kunden\company\testproj\produkte\sencha-cordova\cordova\platforms\windows\AppPackages\CordovaApp.Phone_0.0.1.0_debug_Test\CordovaApp.Phone_0.0.1.0_AnyCPU_debug.appxbundle
Installing application
Fehler: Dieser Vorgang wurde wegen Zeitüberschreitung zurückgegeben. (english: "The process aborted due to timeout.")
ERROR: Error code 2148734208 for command: C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\Tools\AppDeploy\AppDeployCmd.exe with args: /install,C:\Users\Marco\Kunden\company\testproj\produkte\sencha-cordova\cordova\platforms\windows\AppPackages\CordovaApp.Phone_0.0.1.0_debug_Test\CordovaApp.Phone_0.0.1.0_AnyCPU_debug.appxbundle,/targetdevice:de
ERROR running one or more of the platforms: Error: C:\Users\TestUser\Kunden\company\testproj\produkte\sencha-cordova\cordova\platforms\windows\cordova\run.bat: Command failed with exit code 2
You may not have the required environment or OS to run this project
I already registered the phone as a developer phone using phonereg.exe, so that's not the problem. Also the phone is listed under "My computer" as "Windows Phone".
Also running on device out of Visual Studio 2013 doesn't work. Here the error message is:
Fehler 1 Fehler : DEP6100 : Beim Bootstrapping ist in Stufe 'Verbindung mit Gerät wird hergestellt' der folgende unerwartete Fehler aufgetreten:
SmartDeviceException - Dieser Vorgang wurde wegen Zeitüberschreitung zurückgegeben. CordovaApp.Phone
Fehler 2 Fehler : DEP6200 : Boostrapping für 'Device' fehlgeschlagen. Das Gerät wurde nicht gefunden. Dieser Vorgang wurde wegen Zeitüberschreitung zurückgegeben.
CordovaApp.Phone
In English:
Error 1 Error : DEP6100 : While Bootstrapping ist in Stufe 'Verbindung mit Gerät wird hergestellt' the following exception has been thrown:
SmartDeviceException - The process has been aborted due to timeout. CordovaApp.Phone
Error 2 Error : DEP6200 : Boostrapping for 'Device' failed. The device has not been found. The process has been aborted due to timeout.
CordovaApp.Phone
Has anyone an idea what to do?
When all else fails, try the Tools for Apache Cordova approach -- it does take some work to rearrange your project but in the end you do gain the ability to debug your javascript on the phone (when you finally get it on your phone!).
The downside is that MS does things differently from the Cordova CLI, particularly with respect to plugins. You can still work in the CLI (the files are in bld/Debug/Platforms/windows) if you need to overcome some of the automation that VS + Tools for Apache Cordova supplies.

cannot deploy app to windows phone 8.1 device

When trying to deploy (any) windows phone 8.1 error I get the following error in VS2013:
Error 3 Error : DEP6100 : The following unexpected error occurred during boostrapping stage 'Downloading package 'FF63DEA8-0A0C-4E52-B20F-84F390C30F32'': DirectoryNotFoundException - The system cannot find the path specified.
And in VS2015:
Show Details Severity Code Description Project File Line Error Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Downloading package 'EB22551A-7F66-465F-B53F-E5ABA0C0574E (NativeMsVsMon)'': DirectoryNotFoundException - The system cannot find the path specified.
I can deploy app in visual studio 2012 , but in my case this is not an option because vs2012 does not support universal apps, so i cant open my project.
Phone is recognized by computer, it is unlocked, I've tried resetting import export settings, nothing works...
I have vs2013 update 4.

cannot deploy app to windows phone 8.1 device

When I'm trying to deploy (any) Windows Phone 8.1 error I get the following error in VS2013:
Error 3 Error : DEP6100 : The following unexpected error occurred during boostrapping stage 'Downloading package 'FF63DEA8-0A0C-4E52-B20F-84F390C30F32'':
DirectoryNotFoundException - The system cannot find the path specified.
And in VS2015:
Show Details Severity Code Description Project File Line
Error Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Downloading package 'EB22551A-7F66-465F-B53F-E5ABA0C0574E (NativeMsVsMon)'':
DirectoryNotFoundException - The system cannot find the path specified.
I can deploy the app in Visual Studio 2013 , but in my case this is not an option because VS2013 does not support universal applicationss, so I can't open my project.
Phone is recognized by my computer, it is unlocked, I've tried resetting import export settings.
I have VS2013 update 4.
I was facing the same issue. Don't know if this is related to your issue but I've discovered that all the mess was generated by a failed attempt to update the device OS.
In short, i was unable to update my device to the last OS version. This blocked appx installations and also VS deploys.
For reference
http://www.ibtimes.co.uk/lumia-denim-update-installation-error-8018830f-developer-preview-devices-how-resolve-1482757
The only soultion I've found is to reset the device via the recovery tool mentioned in the above link
good luck

Can't debug windows phone app on real device

I'm trying to debug my WP8 App on a nokia 520. All works fine on the emulator but once i pick "device" as target, I still get the same error :
Error 1 Error : DEP6100 : The following unexpected error occurred during boostrapping stage 'Downloading package 'FF6XXXXXXXXXXXXXXXXXXXXXXXXXXXXF32'':
SmartDeviceException - Referenced package not found
XXXXX
I am using VS2013 Update RC2.
The device is registered.
Would someone know how to fix it ?

Resources