-1
votes
0answers
25 views

Micro-USB and root errors [closed]

The micro-USB port of my Xperia Arc with ICS it's broken. How can I enter to ADB by wireless, without connecting the cable? I am not root, and I need to enter to ADB to root my phone. I can connect to ...
0
votes
3answers
97 views

Eclipse hangs my Win7 8gb RAM together with adb.exe

Eclipse together with adb.exe which i already suspected that suspended my Win7 8gb ram. why? + the fact that it doesn't run; I mean, it doesn't show the workspace. btw I am using eclipse with GAE and ...
0
votes
0answers
429 views

Eclipse can't launch the connection to adb since SDK tools revision 21.1.0

I use Eclipse Juno as IDE for Android mobile application development. Since the last Android SDK update (ADT-21.1.0 & SDK Tools, Revision 21.1.0) it is impossible to launch the connection to adb ...
0
votes
0answers
171 views

adb devices DO see my phone however eclipse Android Device Chooser does NOT

I'm working on Windows, SDK. My device is Sony Ericsson xperia mini pro (SK17i). I have it plugged in, USB debugging connected, etc. I've already tried restarting phone as well PC, And many other ...
3
votes
0answers
72 views

hierarchyviewer not working

When I run hierarchyviewer I am getting warning SWT folder '/home/sharanu/work/android-ics-source/prebuilt/linux-x86_64/swt/swt.jar' does not exist. Please export ANDROID_SWT to point to the folder ...
0
votes
0answers
63 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
3answers
511 views

Android AVD not recognizing device but ADB does

I'm trying to get my device to debug my software but it won't show up in the AVD list. The ADB can see it and so does the Eclipse device manager. I can get an interactive shell using adb etc. ...
0
votes
0answers
62 views

error in install existing android sdk folder

Failed to get the adb version: Cannot run program "/home/bars/Documents/android-sdk-linux/platform-tools/adb": error=13, Permission denied from ...
1
vote
0answers
28 views

Logs NOT printing seamlessly/refresh issue while using filters in ddms (Delvik Debug Monitor Systems) from Android SDK

Could any one help me find the issue why ddms log does not refresh seamlessly when I create filters? So explicitly I keeping pressing the filter, then I see the logs. Otherwise when I am NOT using ...
0
votes
1answer
824 views

Android Virtual Device not Found

I installed Android SDK and Eclipse and everything. When I ran my first Android app I got the following error: SDK Manager] Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD ...
0
votes
2answers
181 views

Cannot launch Android virtual device after power cut

I have the latest SDK running on Win7 and had set up some AVDs. However, there was a power cut a few days ago and since then, no avd will launch for me. From the Eclipse IDE there is no indication in ...
0
votes
1answer
959 views

Fatal Error: Main. Application Forced closed

Im designing my first android application and keep coming up with the following error which is draining the life out of me and I do not understand it very well (Please find my Logcat (verbose), Java ...
7
votes
2answers
6k views

Is there any way how to install just ADB without whole SDK?

I need to install just ADB on customer“s PC to connect to android phone and install apk there. And because of SDK size is it possible to do it without installing whole SDK?
2
votes
5answers
4k views

Failed to parse the output of 'adb version'

I'm using Ubuntu 11.10 and Eclipse for android developing. I've already made a new project, but it contains error: Failed to parse the output of 'adb version' I will be thankful if anyone have an ...
0
votes
3answers
156 views

android process crash on adb with simple app, not sure what i'm doing wrong

package com.russell.saw; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Button; public class learnandroid extends Activity { /** Called ...
0
votes
1answer
586 views

Trouble with Android SDK and ADB

I'm trying to load my apk into the SDK and when I type "android-sdk-windows\platform-tools\adb install RaceTones.apk" in the command line, all I get is: Microsoft Windows XP [Version 5.1.2600] (C) ...
0
votes
1answer
280 views

Creating folders using Android SDK

Is it possible to be able to create a folder on the sd card of the phone via using Android SDK or the Shell?