These are the steps I took which you'd think would suffice:
- Go to
Settings
in the tablet, - Make
Developer Options
visible by clickingAbout Tablet
seven times, - Enable
USB Debugging
inDeveloper Options
, - Select the app to debug in the
Select Debug App
option ofDeveloper Options
, - Install the driver onto my computer as per the instructions here: Using Hardware Devices. I tried the driver in the
[Android SDK]\extras\google
folder of my computer as well as the one available for download from ASUS.
adb devices
in the command prompt, the device was still not listed, i.e. not detected by Android Debug Bridge.After much wild guessing and frantic searching on Stack Overflow, I finally found the solution, as follows:
- Go to
Settings
, - then
Storage
,
- then
USB Computer Connection
,
- then select
Camera (PTP)
instead of
Media Device (MTP)
.
- then
No comments:
Post a Comment