Re: [android-developers] Install failing with Android SDK Manager

2012-12-31 Thread Dev Guy
Carlos thanks, that's what I did and got things working! On Sun, Dec 30, 2012 at 6:24 AM, Carlos A. M. dos Santos unixma...@gmail.com wrote: On Sun, Dec 30, 2012 at 3:53 AM, Dev Guy devguy...@gmail.com wrote: Hello I am getting the following error after I run the Android SDK Manager

[android-developers] Install failing with Android SDK Manager

2012-12-29 Thread Dev Guy
Hello I am getting the following error after I run the Android SDK Manager: Installing Google APIs, Android API 17, revision 1 Installed Google APIs, Android API 17, revision 1 Updated ADB to support the USB devices declared in the SDK add-ons. Stopping ADB server failed (code -1). Unable to run

[android-developers] AVD Manager can't create SD Card error

2012-08-19 Thread Dev Guy
Hello I am developing on Linux x64 using Eclipse Juno and I am getting the following error when I use the AVD Manager to create a device. [2012-08-19 15:16:43 - SDK Manager] Failed to create the SD card. [2012-08-19 15:16:43 - SDK Manager] Failed to create sdcard in the AVD folder. I have

Re: [android-developers] AVD Manager can't create SD Card error

2012-08-19 Thread Dev Guy
home directory? On Sun, Aug 19, 2012 at 4:04 PM, Mark Murphy mmur...@commonsware.com wrote: How big of a virtual SD card are you trying to create? Usually, I just create a 32MB one. On Sun, Aug 19, 2012 at 3:50 PM, Dev Guy devguy...@gmail.com wrote: Hello I am developing on Linux x64 using

Re: [android-developers] AVD Manager can't create SD Card error

2012-08-19 Thread Dev Guy
SOLVED: missing ia32-libs on my Linux x64 sudo apt-get install ia32-libs http://stackoverflow.com/questions/3878445/ubuntu-error-failed-to-create-the-sd-card On Sun, Aug 19, 2012 at 6:36 PM, Dev Guy devguy...@gmail.com wrote: I am creating a 32MB SD Card, this is an odd error! I don't see

[android-developers] Supported Java packages for Android

2012-07-05 Thread Dev Guy
Hello, I am in the process of moving my C++ skills over to Java. Could someone point me to reference about what Java packages are supported by Android. This will help me focus on Java as it only applies to Android development. -- Kind Regards, Rajinder Yadav -- You received this message

[android-developers] Re: Supported Java packages for Android

2012-07-05 Thread Dev Guy
On Thu, Jul 5, 2012 at 2:45 PM, Dev Guy devguy...@gmail.com wrote: Hello, I am in the process of moving my C++ skills over to Java. Could someone point me to reference about what Java packages are supported by Android. This will help me focus on Java as it only applies to Android development

Re: [android-developers] Error running a blank project

2012-05-07 Thread Dev Guy
On Mon, May 7, 2012 at 7:45 PM, Mark Murphy mmur...@commonsware.com wrote: On Mon, May 7, 2012 at 2:18 PM, DevGuy devguy...@gmail.com wrote: Hello I am trying to get started a simple hello world app going. I created a blank android (4.0.3) project and when I try to run it I get the following