Titanium JIRA Archive
Appcelerator Community (AC)

[AC-5990] Android device is not showing in the device list

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNot Our Bug
Resolution Date2018-12-09T10:03:14.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
Reporteranbu_math@yahoo.co.in
AssigneeShak Hossain
Created2018-10-24T02:18:57.000+0000
Updated2018-12-09T10:03:14.000+0000

Description

Recently i updated the Appcelerator Studio version from 5.0.0 to 5.1.1. In 5.1.1, unable to run the app in my android device because my device name is not displaying in the studio. But it is showing in CLI. These are the Android SDK i installed in studio 6.0, 7.1.1, 8.0.0, 8.1.0 I tried with the titanium SDK 7.0.1, 7.3.0, 7.4.0 and 7.4.1 I am using Macbook Pro with 10.11.6 OS Version. Please help me to solve this issue. I tried lot of ways to fix this issue but can't.

Comments

  1. Sharif AbuDarda 2018-10-24

    Hello, Is this only happening ofr studio 5.1.1 version? what is your android device version and model name? Also, can you try with a different Android device to see if the issue is there or specifically for your device? Let us know after test. Thanks.
  2. anbu_math@yahoo.co.in 2018-10-28

    I tested with the following devices. Honor 9 Lite - Android Version 8.0.0 Honor 4x - Android version 6.0.1 Honor 4x - Android version 4.4.4 Previously i used stdio 5.0.0. In that i was able to connect all my devices. But after updating stdio to 5.1.1, unable to connect my devices. Can you share me the link for download old version of Titanium Studio?
  3. Jebun Naher 2018-11-29

    Hi [~anbu_math@yahoo.co.in], Please follow the steps below and let us know how it goes: Goto your android sdk path and run adb.exe. Typical location for adb is the path to your android-sdk\platform-tools\adb.exe. Now, execute the commands below:
       adb kill-server
       adb start-server
       
    Next, restart your system. Open studio now and check if you can see the device. We always recommend to use latest studio builds. If you still want to use older version, you can refer to the link [here](https://titanium-studio.s3.amazonaws.com/5.0.0/Appcelerator_Studio.dmg).
  4. Jebun Naher 2018-12-02

    Hello [~anbu_math@yahoo.co.in], I just wanted to follow up and check the status of your reported issue. Did you manage to follow the suggested steps? Let us know the update. Thanks!
  5. Jebun Naher 2018-12-04

    Hi [~anbu_math@yahoo.co.in], Studio [5.1.2.RC](https://docs.appcelerator.com/platform/latest/#!/guide/Studio_5.1.2.RC_Release_Note) is out now. Please verify the issue on latest version. If you still experience the same then you can try the following steps: 1. Connect the device to the PC 2. Run the following command on your command line for restarting the android plugin
       appc appcd exec /appcd/plugin/stop/appcd-plugin-android && appc appcd exec /android/latest/info/devices
       
    3. Now check the device from the Studio "Run" option, if you don’t see the device then click the Refresh Devices or Restart the Studio Let us know the update. Thanks!

JSON Source