2

I'm trying run android apk in Huawei tablet. In Android studio shows the connected device as none. In Hisuite also displays as Device not connected. But the device appears in device manager and I can access the data inside device through PC. adb not recognize.

Scrreenshot1

Scrreenshot2

Device - HUAWEI Mediapad T3 10(Android 7.0)

PC OS- Windows 7

Android Studio 2.3.3

HiSuite 5.0.1.300_OVE

xyzabc
  • 451
  • 1
  • 6
  • 13

1 Answers1

5

Enable Developer Options. In Developer Options enable USB Debugging.

Make Sure that Google USB Driver and ADB is installed

Change USB Mode to MTP

After Connecting to Allow Computer Enable USB Debugging on this Computer dialog will appear. Allow it .

After that Notification Window will show USB Debbuging is Enabled whenever you connect via USB on to the System. If it is not Shown Download the Phones Driver for the System. Because the System may Be Lacking the Corresponding device Driver.

If Debbuging Privellage is Revoked Then Go to Developer Options. Use Revoke all USB Permssions on Computer.

Also refer Android Studio doesn't see device

Tomin B Azhakathu
  • 2,656
  • 1
  • 19
  • 28
  • 1
    thankx for the response Tomin. I have already enabled the USB Debugging. Problem should be with the computer since tablet working properly in my colleague's machine – xyzabc Dec 07 '17 at 06:15