Why my Galaxy Nexus is not detected by Eclipse in my android project? -


i have galaxy nexus android version : 4.2.1 downloaded project: color histograms here:

http://www.stanford.edu/class/ee368/android/index.html 

when connect device pc hear , see connected , can browse files in device no problems.

connected media device (mtp)

but when click on eclipse menu run > run > (none applicable) did run > run > no compatible targets found...i select no new window pop up:

android device chooser

choose running android device it's empty. why it's not detecting device ?

you need enable developer settings inside settings

enabling on android 4.2 , higher different. i'm using dutch device bare in mind bad menu-translations.

go settings -> about phone. tab multiple times on build-version (about 7 or 8 times, if remember correctly) unlock developer settings. go inside them , tick usb-debugging option -> reconnect device.

hope helps

edit: restarting adb service might also: use adb kill-server stop server , adb start-server start again


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -