[TIMOB-24472] No Windows Phone devices found
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Jérémy Tonneau |
Assignee | Unknown |
Created | 2017-03-06T15:25:22.000+0000 |
Updated | 2018-02-28T19:55:54.000+0000 |
Description
Hi,
I'm able to build a project with Visual Studio on my Windows 10 Phone (Lumia 550) using ARM architecture.
On Appcelerator Studio the device is not found :
{noformat}
[ERROR] : Invalid "--device-id" value "0"
{noformat}
Here's my appc ti info:
{noformat}
Operating System
Name = Microsoft Windows 10 Professionnel
Version = 10.0.14393
Architecture = 64bit
# CPUs = 4
Memory = 7.9GB
Node.js
Node.js Version = 6.10.0
npm Version = 3.10.10
Titanium CLI
CLI Version = 5.0.11
node-appc Version = 0.2.39
Titanium SDKs
6.0.2.GA
Version = 6.0.2
Install Location = C:\ProgramData\Titanium\mobilesdk\win32\6.0.2.GA
Platforms = android, mobileweb, windows
git Hash = 3c5806f
git Timestamp = 2/24/2017 19:25
node-appc Version = 0.2.39
Intel® Hardware Accelerated Execution Manager (HAXM)
Not installed
Java Development Kit
Version = 1.7.0_80
Java Home = C:\Program Files (x86)\Java\jdk1.7.0_80
Microsoft (R) Visual Studio
14.0 (selected)
Path = C:\Program Files (x86)\Microsoft Visual Studio 14.0\
CLR Version = v4.0.30319
MSBuild Version = v14.0.25420.1
Windows Phone SDKs = not installed
Microsoft (R) Windows Phone SDK
10.0 (selected)
Path = C:\Program Files (x86)\Windows Kits\10\
8.1 **Not supported by Titanium SDK 6.1.0.v20161117072812**
Path = C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\
Windows PowerShell
Enabled = yes
Windows Phone Emulators
8.1
10.0
Windows Phone Devices
{noformat}
In Windows Phone Devices section there's no devices shown.
I removed the references to Android.
When i do : appc run -p windows --wp-sdk 10.0 --target wp-device --device-id 00000015-ee9c-034f-0000-000000000000 -I CN=A099BBB5-8807-4901-AE8A-A8CFC4F47440 I have an error : {noformat} C:\ProgramData\Titanium\mobilesdk\win32\6.0.2.GA\windows\cli\commands\_build\config\deviceID.js:72 throw new Error( ^ Error: No Windows Phone devices found at WindowsBuilder.
Hello, Please follow the guide http://docs.appcelerator.com/platform/latest/#!/guide/Installing_the_Windows_Phone_SDK-section-src-43306274_InstallingtheWindowsPhoneSDK-WindowsPhoneDevice on Compatibility and download.
Make sure the device developer option is enabled, Log out from the studio and command prompt by "appc logout -D" and reconnect the device and log in "appc login". Now run "appc ti info". Thanks.
I logged out, logged in and here's the appc ti info: {noformat} Appcelerator Command-Line Interface, version 6.1.0 Copyright (c) 2014-2017, Appcelerator, Inc. All Rights Reserved. Operating System Name = Microsoft Windows 10 Professionnel Version = 10.0.14393 Architecture = 64bit # CPUs = 4 Memory = 7.9GB Node.js Node.js Version = 6.10.0 npm Version = 3.10.10 Titanium CLI CLI Version = 5.0.11 node-appc Version = 0.2.39 Titanium SDKs 6.0.2.GA Version = 6.0.2 Install Location = C:\ProgramData\Titanium\mobilesdk\win32\6.0.2.GA Platforms = android, mobileweb, windows git Hash = 3c5806f git Timestamp = 2/24/2017 19:25 node-appc Version = 0.2.39 Intel® Hardware Accelerated Execution Manager (HAXM) Not installed Java Development Kit Version = 1.7.0_80 Java Home = C:\Program Files (x86)\Java\jdk1.7.0_80 Microsoft (R) Visual Studio 14.0 (selected) Path = C:\Program Files (x86)\Microsoft Visual Studio 14.0\ CLR Version = v4.0.30319 MSBuild Version = v14.0.25420.1 Windows Phone SDKs = not installed Microsoft (R) Windows Phone SDK 10.0 (selected) Path = C:\Program Files (x86)\Windows Kits\10\ 8.1 **Not supported by Titanium SDK 6.1.0.v20161117072812** Path = C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\ Windows PowerShell Enabled = yes Windows Phone Emulators 8.1 10.0 Windows Phone Devices {noformat} But what is weird is that the c:\Program Files (x86)\Windows Kits\10\bin\x86\WinAppDeployCmd.exe show me the device connected {noformat} Windows App Deployment Tool Version 10.0.0.0 Copyright (c) Microsoft Corporation. All rights reserved. Discovering devices... IP Address GUID Model/Name 127.0.0.1 00000015-ee9c-034f-0000-000000000000 Lumia 550 (RM-1127) Done. {noformat} I've disabled Developer Mode on my Windows Phone 10 then enabled it again, tested everything again but still the same problem.
Hi, Any news ?