0
votes
1answer
35 views

adb recognizes my device but when i open eclipse connection is lost

I have managed to use my device (Chinese tablet named Pipo S2 running Android Version 4.1.1) with adb. I had to change the adb_usb.ini file in .android folder. Unfortunately, the connection is lost ...
0
votes
0answers
314 views

Install .apk file to Android Emulator on a Mac

I'm new to Android and I was given some .apk files (not created by me) with malware that I'm trying to run on the Android emulator for testing purposes (trying to get app's system call data using ...
1
vote
2answers
736 views

Adb devices can't find Android device on OS X 10.8.2

I'm struggling here to debug my app on my phone. I'm new to the Mac world, and I used to develop on Windows with no problems, so I guess it's not a problem of my phone... To make it clear, this is ...
0
votes
0answers
189 views

Problems with Android first launch on Mac OS

I'm an iOS developer, but today i had to start working with Android SDK on my Mac OS X 10.7.5. I've downloaded ADT (Android Development Tools) from here The documentation at this site says: ...
0
votes
0answers
65 views

Unable to type commands into to ADB SDK on Mac

I downloaded and installed an .apk file on the emulator using SDK for Mac. I now want to install another .apk file, but I'm having trouble. I followed the same process I used last time, I entered ...
2
votes
2answers
1k views

Eclipse cannot find Android device - Motorola RAZR HD

stack virgin, please be gentle. Recently installed Eclipse w/ ADT bundle & adb cannot find my USB device (Motorola RAZR HD). I've run through the following so far: adb kill-server -> adb ...
0
votes
2answers
611 views

Android Device wont show up in DDMS

I am new to mac and trying to use various Android devices for development. Everything was working fine till today when Android devices simply wont show up in DDMS view in eclipse. I have tried to use ...
1
vote
1answer
657 views

Samsung S2, Android on MacOSX

This has been asked a lot. I can't get my device running with ADB on MacOSX. I know this is a software problem, because I can connect via the Samsung application Kies. see 1) adb not finding my ...
1
vote
3answers
2k views

Can't get ADB to connect to my Android phone to develop apps on OSX

I recently got a Macbook Pro. I had an old Macbook and developed Android apps on there with no problem. I have a Samsung Galaxy S2. I have installed the Android SDK and Eclipse along with the ADT ...
10
votes
4answers
6k views

Android adb (OSX Lion) does not recognize Galaxy Nexus, Jelly Bean

I've been developing my first android apps on Eclipse installed on OSX Lion. I would like to use my Jelly Beans Galaxy Nexus for debugging, but the Android Device Bridge (adb) can't find the device: ...
0
votes
0answers
322 views

ADB(Android Debug Bridge) doesn't recognize in Mac OS X

I want to use ADB(Android Debug Bridge) in Mac OS X. But my device does not connect to the ADB. (Android sdk installed. Other reference device (Samsung Galaxy S2) checked ADB connection.) My device's ...
0
votes
0answers
448 views

Android File Transfer Messed Up Android Device Detection [closed]

Not very happy right now... I'm trying to write a simple Android app to do some field testing for work (i've been developing android apps all summer at work) and suddenly I come across ADB errors. ...
0
votes
0answers
55 views

adb wait-for-device is a dirty liar [duplicate]

Possible Duplicate: Get status of activity manager I'm writing a script that boots up the android emulator and performs uninstall and install operations. I'd like to use adb ...
4
votes
2answers
3k views

adb on OSX Lion, but can't connect to galaxy 10.1 tab, but works fine in linux

I am trying to connect to a Galaxy Tab 10.1 running Android 3.2 I have seen several similar questions, but they all seemed to be related to having the device setup incorrectly. I have it set to allow ...
1
vote
0answers
502 views

Device connection lost after APK install from MacBook

I'm running into a problem on my MacBook Pro. I type in "adb devices" with my device plugged in and I can see it listed there. However, when I install the application with "adb install" the ...
1
vote
3answers
713 views

Android: Phone isn't recognized by ADT after upgrading

I just upgraded to the latest Android SDK (r16) and Eclipse (3.7.2). Now I can not use USB devices. I can connect the phone to my Mac (Lion) and share data but the "adb devices" returns an empty list ...
1
vote
2answers
2k views

How do I properly set my PATH variable in my .bash_profile? to use adb on Lion?

I am trying to get adb (Android Debugging Bridge) working on my MBP (OS X 10.7.3) and so far am having trouble. I know this is something simple.... I currently have my path set to: ...
1
vote
1answer
2k views

Samsung Galaxy Nexus doesn't appear under adb devices on OS X

I just purchased a Samsung Galaxy Nexus to develop apps on my MacBook Air running Lion. I enabled USB debugging and plugged it into my MacBook. The device isn't listed when I run adb devices ...
0
votes
2answers
169 views

adb does not see devices connected to Apple Thunderbolt Cinema Display

If I plug my android devices directly into the usb port of my Macbook Pro, "adb devices" lists them properly. However, if I instead plug them into the USB ports on my display (which is connected to ...
0
votes
2answers
250 views

Unistall app on Android using adb on Mac

I tried adb unistall com.bla.ble but it doesn't working. It just shows me all those possible commands for adb without "Success" or "Fail - or whatever it returns, if adb can't unistall application.
1
vote
3answers
786 views

Why won't ADB recognize my Samsung Fascinate on Mac OSX?

I am trying to write some android apps on Mac OSX and then test them on my Samsung Fascinate (Verizon), but ADB will not recognize the phone. I have tried everything from restarting adb, to ...
4
votes
1answer
6k views

Not able to access adb in OS X through Terminal, “command not found”

I have installed Android SDK and Eclipse on my Mac system. I am able to program using Eclipse and have created few sample applications. But I am still not able to access adb through the terminal ...
4
votes
1answer
1k views

ADB Doesn't recognize Nexus S in Mac 10.6 [closed]

I just bought the Nexus S with the android version 2.3.3, which I update it to 2.3.4. I use to develop my android apps in my Mac but when i tried to connect my new Nexus S with the ADB it wasn't ...
21
votes
15answers
17k views

OS X 10.6.6 and “adb devices” fails to list android devices

adb devices was working fine last year, but after upgrades and new software installs, adb devices no longer recognizes USB attached Android devices. Here is what I have tried: adb kill-server adb ...
2
votes
1answer
2k views

huawei ascend (m860) not recognized by adb on mac

I am trying to use a Huawei Ascend (m860) (this particular model from Cricket Mobile) as a low-end Android test device. I've already turned USB Debugging on from the device. I plug it into my Mac, run ...
0
votes
3answers
1k views

How do I switch from Android AVD to real hardware on Mac Eclipse-SDK?

I am using Eclipse on Mac with Android SDK. I have the emulator working with my code and today I borrowed an Android that I would like to test on. I have run 'adb devices' from the command line, but ...