Mobile is Not recognised by Katalon Studio

1. Installed Katalon Studio.
2. Installed Node.js and appium(through cmd)
3. Path is given for mobile.
4. Connected mobile to PC. USB debugging is enabled in mobile.
5. Created new project for Mobile.
6. Selected Spy Mobile and refresh in the Spy Mobile window.
7. Mobile is not recognised.

1. Installed Katalon Studio.
2. Installed Node.js and appium(through cmd)
3. Path is given for mobile.
4. Connected mobile to PC. USB debugging is enabled in mobile.
5. Created new project for Mobile.
6. Selected Spy Mobile and refresh in the Spy Mobile window.
7. Mobile is not recognised.

Hi there,

When you connect your device into your machine, do you see some confirmation message about trusting your device with that machine?

Thanks

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

Hi,

I have installed Katalon Studio on Windows 10 and i could see the below screen when mobile is connected through USB.

In the below screen you can see the mobile, it is recognized and available.

Hi there,

Based on your logs:
org.eclipse.core.internal.resources.ResourceException: File not found: C:\Users\Sankar.r\Katalon Studio\Samples\Mobile\.classpath.
Folder Sankar.r maybe the root cause of its. Can you move that sample project folder into different place which is not in ‘Sankar.r’ folder and try again?

Thanks

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

Hi Oliver,

I moved the Project folder outside of the Users folder. Created new folder in C drive and created a project. Still getting the same issue. Even restarted the Katalon Studio. I could not find any helpful information in the Help/Blog

Hi there

Please help me to check again by doing the following steps for more investigations:
1. On terminal, navigate to platform-tools in \configuration\resources\tools\android_sdk\platform-tools
2. Type in “./adb devices” and observe devices listed there. You can refer to our attached image for its usage

Please check if there is any device listed :slight_smile:

Thanks

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

Hi Oliver,
As I am working on windows facing difficulty with “./adb devices” . When i use this command it is showing the following response. Any suggestions in getting the devices. I have tried with “adb.exe” in terminal and it has shown all the commands that we can use. Please check the second screen for this.

Hi there,

I’m so sorry for giving you the command which I’ve used for Mac OS version :(. To execute this command on Windows, here is the correct one:

adb devices

Thanks

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

Hi there,

Connected device to system and run the command in terminal and got the following response.

Hi there,

I observe that the listed device’s name is emulator-5594. Is that the actual name of your ‘Redmi 3S’ device?

Thanks

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

Hi,
The name itself is Redmi 3S. I think Emulator is not a physical device, its a virtual device included in Android SDK that helps you to create and run tests without using physical device.

Correct me if i am wrong.

Hi there,

Please download and setup Redmi 3S USB driver here (http://xiaomiadvices.com/download-xiaomi-usb-drivers/) and try again with the command “adb devices”.

Thanks.

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

Hi Oliver,

I have installed the USB software for the device. Still no luck. :frowning:

Hi there,

Is the same ‘emulator’ device listed when you execute ‘adb devices’ command? If your Redmi 3S is still not displayed, it’s the problem related to adb itself, have you turn on Developer Mode already from your device (Settings -> Developer options) ?

Thanks

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

Hi there,
Please check below screen where I enable the USB debugging in my device.

Hi there,

This is an issue from adb itself not recognizing the device, so it’s not related to Katalon Studio, can you follow solutions from this page?:

Hope it won’t take much of your time and sorry for conveniences. Please make sure the output is your real physical device is listed when you execute ‘adb devices’ command :slight_smile:

Thanks

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

Hi Oliver,

Greetings of the Day…

Even in my mobile i have enabled the same. Can you please share the document which is having Step by Step procedure to install all the prerequisites. Detailed information will be helpful to me. Followed all the steps given in the configuration steps.

- Installed Node.js

- Installed Appium from Terminal.

What else i need to do. If miss anything please let me know the same.

Hi there,

The current issue that you are facing right now is adb command can’t detect your device, so it’s best to focus on things to resolve this issue. Try this one first:
1. Download abd installer from this link.
https://drive.google.com/file/d/0B1k7jnFdJrUzajhnMmJaMGZxUE0/edit
Install the software and open it. It will automatically detect the android device and installs the suitable ADB drivers in the computer.
OR
2. Install PC Suite : http://pcsuite.mi.com/

Reset your connection from your device to your PC and try again with adb devices command.

Regards

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

Hi there,

I will do that in my personal laptop. I have tried with office PC.