[AC-3584] There are no Android devices connected
GitHub Issue | n/a |
Type | Improvement |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-05-05T05:44:31.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | feedback |
Reporter | rajeshkumar |
Assignee | Shak Hossain |
Created | 2016-05-02T19:25:21.000+0000 |
Updated | 2016-05-05T05:44:31.000+0000 |
Description
Hi,
I have installed appcelerator in Windows 7 for app developemt and android version as 5.0.1. Once I created a new applicatio and tried to run the progam I'm getting 'There are no Android devices connected' this error. Could you please help me to get it resolved.
Thanks in Advance,
Rajeshkumar.
Comments
JSON Source
Hello, For Android app development you have to install android SDK. Here is the guide to do that. [Documentation Link](http://docs.appcelerator.com/platform/latest/#!/guide/Installing_the_Android_SDK) For deploying app on device you have to "Enable On-device Developer Options" and then "Enable debugging over USB" on Android device. Here is the guide to do that.[LINK| http://developer.android.com/tools/device.html#developer-device-options] Once that is done and you connect your device to PC through USB cable you should see your device in device list beside the run option. Thanks