0

I recently bought a phone Coolpad Note 3 Lite and enabled USB Debugging on my phone. When I run the application on Android Studio on Ubuntu it can recognise my device as you can see in this picture:

picture

But once the gradle build is completed then the application doesn't run on my phone and "Run" window looks like this:

picture

Previously I used a Motorola Device and usb Debugging worked flawlessly but with new device USB Debugging isn't working.

I work with a Ubuntu Installed laptop

1 Answers1

0

Have you enabled USB tethering? You may need to restart your Android Studio or machine once you do.

Grace A
  • 165
  • 1
  • 12
  • but we use debug in MTP mode, don't we ? – Abhishek Raina Jun 04 '16 at 16:23
  • Yes,the basic idea is to give access to files on your Android device. What worked for me was to uncheck USB debuggable on the phone,enable USB tethering, restart phone and machine.Reconnect the phone, check the USB debugging option again on the developer option tab. It brings up the RSA key pop up. All ok after that. – Grace A Jun 04 '16 at 16:41
  • Its not working even after trying what you recommended. The run window says "Client not ready yet..." – Abhishek Raina Jun 04 '16 at 17:12