I just upgraded to OS X 10.8 (Mountain Lion). Now adb devices doesn't list my Galaxy Nexus or my Nexus One. I can't believe it isn't working as I'm sure there must be Android devs at Google that use Google phones with Mountain Lion. Please help!
adb devices isn't working on Mountain Lion
1.7k Views Asked by richcollins At
2
There are 2 best solutions below
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in ADB
- how to debug on the smartphone Wiko (KITE)
- Error when trying to use Android systrace.py on Linux Ubuntu
- How can I add an existing google account on an Android device from command line?
- captured screen video from ADB screenrecord results in a black screen
- How to disable battery charging during ADB connection?
- Android device adb another device
- How to call getPackageManager() from Android command-line executable
- ADB and Genymotion error: "adb server is out of date. killing... cannot bind 'tcp:5037' ADB server didn't ACK"
- ADB issues on Galaxy S3 and Windows 7 - installed but not working?
- aggressive adware irremovable apk on android
- Virtual device running in Genymotion periodically goes offline in ADB
- Adb pull database from android device
- adb.exe not found after installing Android Studio
- Logcat Bluetooth Data
- ADB Driver for Sony Xperia E4 (E2105)
Related Questions in OSX-MOUNTAIN-LION
- How to Get OSX version during boot time in a daemon programme
- Gearman PECL Extension on MAMP
- Forbidden: CGI Programming With Apache and Perl on Mac OS X
- Compile errors when trying to determine OpenCL-capable devices on a mac
- MySQL driver for NodeDB: db-mysql gives node waf error on Mountain Lion
- issue installing python 2.76 with homebrew on OSX mountain lion
- How to uninstall Xcode 5.0.2 in 10.8.5 Mountain Lion
- Wrapping C code including Python API using SWIG and distutils fails on Mac 10.8 64bits
- NSURLConnectionLoader exception on first HTTPS request
- NSURLCache not caching https in osx
- How can I make calendar notifications show bigger?
- "Couldn't connect to the RemoteTestNG Client" at launch of TestNG on OSX-mountain-lion
- Xcode 5 crashes on launch
- Applescript : open function Working on 10.9 not in 10.8
- In OSX (Mountain Lion) Only allowing an application to open if a condition is met
Related Questions in NEXUS-ONE
- SharedPreferences.Editor.apply force closes
- Find the 3G band for Nexus One
- Completely remove WiFi from Android Rom (Including Settings Layout)
- Android camera capture activity returns null Uri
- Android SDK - API 10 won't load on device
- adb devices isn't working on Mountain Lion
- Failed to create SQLite DB in my Google Nexus One device in Android?
- How to test on physical Nexus One with Google Play Services installed?
- How does the power log entry in HTC Nexus One G5 or amazon Kindle Fire differ?
- Light sensor on Nexus One returns only two distinct values
- A Strange C++ code problem in NDK, Nexus One
- Notification LED - color
- Why does the SQLite 3 command using the Android ADB shell return "permission denied"?
- How does the N1 bootloader works
- Android debugging on device - LogCat doesn't work!
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Me and my team was also seeing similar issues with mountain lion, but the issues mainly because of ADB not working properly. As described in comments
is your best friend. Always worked for us. However please note that you may have to do it multiple times, meaning it hangs do it again. Infact, the automated test script that we have written goes to an extent of executing these commands, the moment it feels we are not getting response.