Does anyone have the full command line that needs to go in the shortcut target to launch the 256MB emulator in the Windows Phone 7.1.1 CTP? The docs say to append " - 256 MB;" but that doesn't seem to work in my environment (Windows 7 / Visual Studio 2010 / WP 7.1 SDK and tools / 7.1.1 CTP SDK).
Try this command, replacing the path with the path on your machine:
"C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.1\Tools\XDE Launcher\XdeLauncher.exe" "Windows Phone 7" "Windows Phone Emulator - 256 MB"
Related
I am trying to setup appcelerator on windows. I have installed and below are the details:
C:\Users\emmanuelfrancis>appc ti info -t windows
Appcelerator Command-Line Interface, version 7.0.1
Copyright (c) 2014-2018, Appcelerator, Inc. All Rights Reserved.
Microsoft (R) Visual Studio
No versions found
Microsoft (R) Windows Phone SDK
10.0 (selected)
Path = C:\Program Files (x86)\Windows Kits\10\
Windows PowerShell
Enabled = yes
Windows Phone Emulators
10.0
Windows Phone Devices
Windows Issues
× Microsoft Visual Studio not found.
You will be unable to build Windows Phone or Windows Store apps.
You can install it from http://appcelerator.com/visualstudio.
Installed MS and it exists in C:\Program Files (x86)\Microsoft Visual Studio
Can anyone help how to resolve "No versions found" for Microsoft Visual Studio"
"C++ Universal Windows Platform Tools" was missing. Installed it and all set now.
I build and emulate my cordova app in android device and VisualStudio Android Emulator successfully in Visual Studio.
But when I try to build and deploy my app to windowsphone device I got this error that said the file "XapDeployCmd.exe" does not in %PATH%
ERROR: Error executing ""XapDeployCmd" /enumeratedevices":
'"XapDeployCmd"' is not recognized as an internal or external command,
WARNING: XapDeploy tool (XapDeployCmd.exe) didn't found. Assume that it's in
%PATH% and deploy fails.
When I referred to the path that I must find the file "XapDeployCmd.exe" in "C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\XAP Deployment" I saw there is one file there: "XapDeploy.exe" and "XapDeployCmd.exe" is not there
so where is "XapDeployCmd.exe" ?
I'm using Visual Studio 2015 Community With Update 3 and I installed Windows Phone SDK 8.0
Tools for Apache Cordova only supports deploying to Windows devices 8.1.
To deploy to Windows 8, you need Visual Studio 2013 which has a completely different project structure, and I don't recommend using it.
Most users who are on a version of Windows 8 tend to be on version 8.1
As I stated before، I had installed Windows Phone SDK 8.0 .
with installing Windows Phone SDK 8.0 , Visual Studio 2012 will be installed.
But the file "XapDeployCmd.exe" is not with this version of visual studio.
Installing Update 5 (update 2 or later) of visual studio 2012 will install "XapDeployCmd.exe" with itself. Visual Studio 2012 Iso and problem will be solved.
after solving this problem if you encounter with error like 'Exception from HRESULT: 0x89721800' , refer to this article
I have Visual Studio 2013 professional edition installed on Windows 10 64 bitPRO. So far the Windows Phone 8 Apps used to create, launch and debug fine.
Then I went ahead and downloaded Windows Phone 10 version emulators to visual studio 2013. it actually created some new Emulator entries (visible on Debug menu now).
However, when I launch the Windows phone 10 image from Visual studio, i get an error below
============================
[Window Title]
XDE.exe
[Content]
The VHD file C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\%CSIDL_PROGRAM_FILESX86%\Windows Kits\10\Emulation\Mobile\10.0.10240.0\Flash.vhd does not exist.
[Close]
Little more troubleshooting indicated that the XDE tool is not able to resolve this environment variable %CSIDL_PROGRAM_FILESX86% somehow.
Full Command was below
"C:\Program Files (x86)\Microsoft XDE\8.1\XDE.exe" /name "Emulator 8.1 WVGA 4 inch 512MB.myuser" /displayName "Emulator 8.1 WVGA 4 inch 512MB" /vhd "C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\Emulation\Images\Flash.vhd" /video "480x800" /memsize 512 /diagonalSize 4 /language 409 /bootlanguage 409 /creatediffdisk "C:\Users\myuser\AppData\Local\Microsoft\XDE\8.1\dd.480x800.512.vhd" /snapshot /fastShutdown
When I tried to run this command with resolved variable name, XDE launched fine # individually #. (make sure you launch via Command Prompt; Windows Run prompt does work for some reason).
"C:\Program Files (x86)\Microsoft XDE\10.0.10240.0\XDE.exe" /name "Mobile Emulator 10.0.10240.0 WVGA 4 inch 512MB.myuser" /displayName "Mobile Emulator 10.0.10240.0 WVGA 4 inch 512MB" /vhd "C:\Program Files (x86)\Windows Kits\10\Emulation\Mobile\10.0.10240.0\Flash.vhd" /video "480x854" /memsize 512 /diagonalSize 4 /language 409 /bootlanguage 409 /creatediffdisk "C:\Users\myuser\AppData\Local\Microsoft\XDE\10.0.10240.0\dd.480x854.512.vhd" /snapshot /fastShutdown
The Question is. Where are these parameters Stored for XDE .. i.e. , From where Visual STudio picks up these parameters and passes on to XDE ? ?
FYI. I have see suggested Windows 10 emulator issues, none of those match my problem. Searching on Bing / Google doesn't render much info too .
Any clues, it would help me keep Windows 10 development using Visual Studio 2013
Is there anything like ' Android SDK Manager ' for windows to run windows phone 8 emulator? Or is it possible to run it only by using visual studio ?
Thanks in advance.
You can do it by run their execution file :
step 1 - Use Win + R
step 2 - "C:\Program Files (x86)\Microsoft XDE\8.1\XDE.exe"
or "C:\Program Files (x86)\Microsoft XDE\8.0\XDE.exe"
which emulator you want run just changed it to 8.0/8.1
I am puzzled, I thought I had my NSIS installation packages tested and working on Windows 7 32Bit and 64Bit.
Today I get failures to run on:
my Laptop PC (Windows 7 Pro 32Bit SP1)
VMWare Windows 7 Home Premium 64Bit SP1
Successful running on
VMWare Windows 7 Home Premium 32Bit
Windows XP Pro SP3
The installation goes as expected.
Running the application has the Error Message:
Component '---.ocx' or one of its dependencies not correctly registered: a file is missing or invalid.
At this point the flagged reference files include: MSCOMCT2.OCX, RICHTX32.OCX and threed32.ocx .
The install process places the reference files and manifest files in the install folder.
This 'Everything needed' is achieved by including manifest files (reg-free COM),thus, refraining from use of the PC Registry.
e.g.:
File "C:\WINDOWS\system32\MSVBVM60.dll"
File "D:\Devlpmnt\LANG\VB6_dllManifest\MSVBVM60.dll.manifest"
I thought sure that I had successfully tested the VMWare Windows 7 Home Premium 64Bit SP1 installation, August 2013.
The only difference, I can think of, is that all of the failing Win7 platforms have 'Service Pack 1'.
Could the 'Superfetch' mentioned in:
http://blogs.msdn.com/b/vistacompatteam/archive/2006/11/13/manifest-and-the-fusion-cache.aspx
have been added to Windows 7 by SP1 and be causing the problem? If so, how can I fix that?