Akash049 / android-ui-utils

Automatically exported from code.google.com/p/android-ui-utils
0 stars 0 forks source link

Mavericks and Nexus 5 #205

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've installed Design Preview on Mavericks without any issues. The app works 
well with my Samsung Galaxy S2 but doesn't install on my Nexus 5. When clicking 
"Re-install App" on mac, the button turns blue and the app seems to freeze on 
mac. Nexus is connected to mac via usb in the same way I connect S2. Thanks.

Original issue reported on code.google.com by ryanshel...@gmail.com on 13 Nov 2013 at 5:18

GoogleCodeExporter commented 8 years ago
Did you at any point see a popup asking to allow your computer to connect 
through USB debugging?

Original comment by romannu...@google.com on 13 Nov 2013 at 5:44

GoogleCodeExporter commented 8 years ago
I didn't notice that on connection. Is there a way to check?

Original comment by ryanshel...@gmail.com on 13 Nov 2013 at 5:50

GoogleCodeExporter commented 8 years ago
Unfortunately the only way would be to separately run the "adb" command that's 
part of the Android SDK and see if it triggers a popup dialog on your device 
asking to allow the connection. Do you know how to use the "adb" command?

Original comment by romannu...@google.com on 13 Nov 2013 at 5:53

GoogleCodeExporter commented 8 years ago
I've downloaded the sdk but can't see how to run the adb command. Appreciate 
your help.

Original comment by ryanshel...@gmail.com on 13 Nov 2013 at 6:30

GoogleCodeExporter commented 8 years ago
Ah, if you open up the Terminal, and navigate to the directory where you 
downloaded the Android SDK:

cd ~/Downloads/android-sdk_mac/

you can then run this command:

./platform-tools/adb devices

Running that command should show your Nexus 5, and should pop up a dialg on 
your Nexus 5 asking you to allow the computer to connect. If you don't see the 
dialog or anything, you may need to enable USB Debugging in Nexus 5 under 
Settings > Developer Options. If you don't see Settings > Developer Options, go 
into Settings > About and tap on the "Build number" 7 times.

Original comment by romannu...@google.com on 13 Nov 2013 at 6:38

GoogleCodeExporter commented 8 years ago
We have lift off. Thanks for all your help!

Original comment by ryanshel...@gmail.com on 14 Nov 2013 at 9:54

GoogleCodeExporter commented 8 years ago

Original comment by romannu...@google.com on 14 Nov 2013 at 3:02