Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android. Debugging on a real device (Nexus 7)

People, help please. Do not know what to do. Installed Android SDK, all as it should. Create the first application, the normal code, compilation errors does not. But to test this whole thing on the emulator - "hellish inferno."

I have an Asus Nexus 7 (tablets). How do I debug it? Eclipse and adb no means see it.

p.s. Yes, of course I brought the tablet to "developer" and check the "Debugging USB" ps2. Yes, I put a USB into the computer. p.s.3. Wood poses with SDK Manager (also tried to put the official website ASUS)

like image 566
frops Avatar asked Feb 06 '13 06:02

frops


2 Answers

This appears to be answered here: Not seeing Nexus7 in Eclipse's Android Devices.

Specifically note the comment to the top rated answer where it suggests getting the driver directly from ASUS here.

like image 138
smw Avatar answered Sep 30 '22 11:09

smw


cracked it after 2 hours...

  1. download this usb driver: http://dlcdnet.asus.com/pub/ASUS/EeePAD/nexus7/usb_driver_r06_windows.zip

2.go to the device manager , right click the nexus device and choose properties, choose "hardware" and then choose update your driver , choose manualy and pick the folder you opend the zip file to and press apply.

3.open your setting in nexus . go to : "about the device" , at the bottom of the page and press it 7 times .

4.open the developers menu and enable debug with usb. 5.finally press storage from the setting menu and click the menu that apears at the top left corner. press the connect usb to the computer, choose the second option (PTP).

that should do the trick , they couldn't make it more simple than that...

like image 36
Gal Rom Avatar answered Sep 30 '22 12:09

Gal Rom