Ubuntu :: Install Android Market On Android-sdk Emulator?

May 4, 2011

I installed everything and am running android OS on Ubuntu (using androidphonedriver guide). The problem I'm having now is that I don't know how to install android market application to be able to install other apps like opera etc.).

View 1 Replies


ADVERTISEMENT

Ubuntu :: GLIBC_2.11' Not Found (emulator) With New Android 2.3

Dec 7, 2010

I am using Ubuntu 9.10 .I recently updated my eclipse to get latest android 2.3 sdk but after that I am not able to run android emulator with the message

Code:

android /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.11' not found (emulator)

After a

Code:

ldd -v installed/android-sdk-linux_x86-1.6_r1_1/tools/emulator

I got

Code:

installed/android-sdk-linux_x86-1.6_r1_1/tools/emulator: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.11' not found (required by installed/android-sdk-linux_x86-1.6_r1_1/tools/emulator)
linux-gate.so.1 => (0x0096d000)
libutil.so.1 => /lib/tls/i686/cmov/libutil.so.1 (0x002c3000)

[code]....

View 9 Replies View Related

Slackware :: Could Not Start Android Emulator In 13.1

Jan 31, 2011

I installed android SDK together with eclipse Helios 3.6.1. I downloaded and installed all android package and setup a virtual device in android 2.1 (then 2.2, 2.3). However, when I click "start" device in "android SDK and avd manager", the dialog appear and then close, but nothing happen more. I also try to run it from console by change to tools directory of android SDK and run, but it also not work, there is only one line of desperate result: "Segmentation fault". I also try to add "-no-audio" as many forums advice, but it just keep the result segmentation fault.

My device I configured to have 32MiB of SD card (and I tried 16MiB or more also). I also created the helloworld application, then try to start it, but it just stop at "Launching a new emulator with Virtual Device a2" (a2 is name of my device), and nothing more happen, I also added "-no-audio" to run configuration but I still there. By now, I have not seen any virtual devices appear. I also tried to uninstall and install again all the packages of android, but nothing help. Here is the screen when I use GDB to figure out where is the fault:

Quote:

tqminh@kemsiro:/mnt/sda9/android-sdk-linux_x86/tools$ gdb emulator
GNU gdb (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

[code]....

View 9 Replies View Related

General :: Android Emulator To Run OverDrive Media Console?

Jan 10, 2010

I am running Ubuntu 8.10 Intrepid. The only shortcoming for me is not being able to download audiobooks from my library. The OverDrive Media Console is required to download and play the audiobooks. I noticed that the OverDrive Media Console is now available for Android. So, my question is, if I download the Android SDK Emulator, would I be able to run the OverDrive app with the emulator? I have downloaded the Emulator, but I need to do so more reading to get it installed and running.

View 2 Replies View Related

Debian Programming :: Booting Android Emulator Causes User Logout

Jan 15, 2014

I downloaded the ADT bundle for android development and whenever I try to boot an Android Device Emulator either from the eclipse version included in the bundle or from the command line, everything freezes for 1 minute and then a logout from my current Debian user session occurs. In other words, the Debian login screen appears again and all my previously opened applications get lost.

Not even when I run from the command line I manage to fetch any error notification.

I use:
- Debian Wheezy
- kernel 3.2.0-4-686-pae
- jdk1.7.0_09

I tried
./emulator @mydevname -no-boot-anim -show-kernel -shell
but I get the same result: the debian user session restarts

View 2 Replies View Related

Ubuntu :: Install Android In 10.04 + Virtualbox3.18?

May 23, 2010

my system:ubuntu10.04+virtualbox3.18

how can i install android in my system?

View 1 Replies View Related

General :: How To Install Android SDK

May 17, 2011

i am using kubuntu and i am trying to install Android SDK but once i have untar the tarball i dont know what to do next!! and the software has not been installed! and for more information i have already Eclipse helios installed!!

View 1 Replies View Related

Fedora :: Unable To Install ADT (Android Plugin) In F14 Eclipse (Helios)

Nov 11, 2010

I was trying to install ADT plugin in eclipse in fedora 14 x86_64. But am unable to proceed.

Warning: You are installing software that contains unsigned content. The authenticity or validity of this software cannot be established. Do you want to continue with the installation?
/home/a.harsh/.eclipse/793567567/plugins/com.android.ide.eclipse.adt_0.9.9.v201009221407-60953.jar
/home/a.harsh/.eclipse/793567567/features/com.android.ide.eclipse.adt_0.9.9.v201009221407-60953
/home/a.harsh/.eclipse/793567567/plugins/com.android.ide.eclipse.ddms_0.9.9.v201009221407-60953.jar
/home/a.harsh/.eclipse/793567567/features/com.android.ide.eclipse.ddms_0.9.9.v201009221407-60953
/home/a.harsh/.eclipse/793567567/plugins/org.eclipse.jdt.junit.core_3.6.1.r361_v20100825-0800.jar

When I press ok, I get below error
Problem Occurred
An error occurred while installing the items
session context wasprofile=PlatformProfile,
phase=org.eclipse.equinox.internal.p2.engine.phase
s.Install, operand=null --> [R]javax.servlet.jsp 2.0.0.v200806031607, action=org.eclipse.equinox.internal.p2.touchpoint. eclipse.actions.InstallBundleAction).
The artifact file for osgi.bundle,javax.servlet.jsp,2.0.0.v200806031607 was not found.

Error Log Also attached.
Code:
!Session 2010-11-11 22:43:15.064
eclipse.buildId=M20100909-0800
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64 .....

View 4 Replies View Related

Ubuntu :: Has Android Been Integrated

May 20, 2010

I was wondering since they where working on it, i was wondering when it was going to be released. Iv been waiting on this for a while.

View 6 Replies View Related

Ubuntu :: Installing Android Sdk For Adb?

Sep 9, 2010

I'm trying to install these tools so I can get root on my HTC evo. I'm not a developer so I don't need all the dev software. I just need adb so I can move some files. I have no idea what I'm doing or what the prerequisites are for the sdk software.

View 2 Replies View Related

Ubuntu :: Cannot Mount HTC Android

Sep 11, 2010

When I connect my HTC Desire (and select to connect it as a diskdrive) to ubuntu (10.04.1) dmesg shows that the system sees a new usb

Direct-Access HTC Android Phone 0100 PQ: 0 ANSI: 2
Attached scsi generic sg3 type 0
[sdc] Attached SCSI removable diskHowever, I cannot mount the device. fdisk -l /dev/sdc returns nothing.

[Code]....

View 1 Replies View Related

Ubuntu :: 10.04 Not Seeing Android Tablet?

May 20, 2011

I have Ubuntu 10.04 running on my laptop. IBM R51 Been running for some time fine.I bought an android Acer Iconia A500 tablet. It has a usb port and I can plug it into my windows machine fine and see the drive etc.I plug it into my Ubuntu system and nothing mounts. I have tried several searches in google but what they say to do does not work.Is there any plans to fix this soon? I hate to boot windows to load files to my Acer.

View 4 Replies View Related

Ubuntu :: Does Android Sdk Work On 64bit 10.04

May 7, 2010

does the android sdk work on ubuntu 64bit 10.04 becuase I try to run it in terminal, this is what i get.i cd to the tools directory and then sudo adb no file or directory sh adb: adb 1: syntax error:"(" unexpected

View 2 Replies View Related

Ubuntu :: 10.04 Android OS Make Error

Jul 5, 2010

I have followed the instructions to the letter and I have download the Android OS Source code as per instructions, and when says to run the "make" command, I get this output:

Code:
hamish@hamish-laptop:~/mydroid$ make
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=AOSP
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng

[Code]...

View 9 Replies View Related

Ubuntu :: Get Eclipse And The Android SDK Working?

Oct 27, 2010

I am trying to get Eclipse and the Android SDK working in Ubuntu. So far everything works except when you try to create a new Android project and, the build target area is grayed out. Why? I did run the android tool inside the sdk folder and created and Android 2.2 AVD. Why is it not reading it?

View 3 Replies View Related

Ubuntu :: Android Debugging All Screwed Up

Dec 3, 2010

This hasn't happened to me before, but I develop for the Android platform and (perhaps needless to say) I really need to be able to debug on a real device. On past installs, my device was recognized automatically and debugging was as easy as checking "debug" in the Android's settings, but now (after updating to Maverick from Lucid) the phone registers with adb as?It mentions some necessary tasks for set-up on Ubuntu, but only mentions this process for Dapper/Gutsy/Hardy. Is there any personal experience out there that can confirm that this works and/or is necessary on Maverick?

View 1 Replies View Related

Ubuntu :: Download And Run Live Android?

Jan 26, 2011

How do i download and run live android in ubuntu.

View 3 Replies View Related

Ubuntu :: How To Update Android Version

Mar 26, 2011

A friend has an Android smartphone - LG GT45 I think - it's currently using Android version 1.6 and she wants to update to 2.1 or whatever. But she doesn't own a computer. I only use Ubuntu, but I also have XP as a VirtualBox guest. I've installed the LG updating program, and it works fine through the handset verification stage, downloads the software; but when we get to the install stage it will only get to 4% on its progress bar then stops there. We wait and wait, it doesn't get any further, then eventually my virtual XP just freezes up.

View 9 Replies View Related

Ubuntu :: Update Android Phone?

Aug 5, 2011

Is it possible to update android phone using Ubuntu

View 1 Replies View Related

OpenSUSE :: Android SDK From Scratch?

Dec 13, 2009

I'm running openSUSE 11.2 KDE 64 bit. I'd like to install everything required for the Android SDK. I don't have any of it installed atm. Can anyone recommend an existing how-to? All I find are Ubuntu-specific tutorials. I'll need to install java, eclipse, and the Android SDK. I have not used/installed any of this before, so I'm looking for a detailed, step-by-step guide for openSUSE 11.2 KDE.

View 6 Replies View Related

Ubuntu Multimedia :: Mencoder (or A GUI) Conversion For Android?

Apr 28, 2010

So I typically use cat to put my avi files together.. but today I figure lets see about ripping over so I can watch on my Droid.

As nobody has a xvid or vlc player on the droid (yet.. coders are doing alot for Android ya know) I will have to convert the video down and change the format.. So.. can anybody tell me a mencoder command line directive to get as close to this as possible (I found ipod settings leave the actual video lacking).

Video
Format MP4
Encoder H.264
Resolution 854 x 480 (or 720 x 480; 480 x 320; 320 x 240)
Frame Rate 12 fps - 30 fps

[Code]....

View 1 Replies View Related

Ubuntu :: Can't Access Android Phone Lucid

Jun 7, 2010

I just got an Evo 4g(great phone) but when I attach it to my computer via USB I can't access the memory card. Linux recognizes it as an Evo and shows it as a USB drive but nothing happens when I try to open it as a folder.

View 5 Replies View Related

Ubuntu :: Sync Password Program With Android

Jun 19, 2010

I'm trying to find password programs for Linux and Android that I can sync together. If that is not possible, maybe they can export and import the same file type. Right now I use OISafe on Android and Revelation on Linux, but I can't get them to work together. Without trying all the different password programs on each system, I was wondering if anyone here has accomplished this. If so which programs are you using and how do you sync the data?

View 1 Replies View Related

Ubuntu :: Android Device Not Listed In Guest OS?

Dec 28, 2010

am trying to connect and list my Samsung Captivate Device in Ubuntu, but i failed everytime. Here is my environment

Launching Ubuntu 10.10 (guest OS) from Windows 7 (host OS) using Virtual Box 4.0

In the host OS (Windows 7), i have enabled USB Device Filter for Samsung_Android, and i could see that device in Ubuntu 10.10, but when i use 'lsusb', it doesn't list the samsung device.

View 1 Replies View Related

Ubuntu Servers :: Any Android Or Any Other Smartphone OTP Generator?

Jan 7, 2011

I have a server Ubuntu 10.04.1 and I have a medical site in this server (openemr).Due to medical data in that site/server I want to implement a OTP (one time password) for accessing the sites folder.And if there is any Android or any other smartphone OTP generator?

View 2 Replies View Related

Ubuntu :: How To Make OPT Android Writable By Eclipse

Jan 16, 2011

I've installed eclipse and android manually at /opt. How do I make /opt/android writable by eclipse ? I don't want to chmod it to 777. Specifically I need to know the group eclipse belongs to.

View 3 Replies View Related

Ubuntu :: Desktop Apps For Android Tablet

Apr 5, 2011

Got a B&N color nook and put Android on it (had honeycomb, was OK, but now using CM7 and it is *much* better).Anyway, any essential apps that I should install on my Ubuntu desktops to go together with my 'droid tablet?

View 1 Replies View Related

Ubuntu Networking :: Cannot Connect To Android Hotspot

May 14, 2011

I have the weirdest problem on the newly (freshly) installed Natty on my Acer Aspire 5741G: Wifi connectivity is good out-of-the-box and can connect (at least with my office's network) but cannot connect with my phone's (HTC Legend with Froyo) configured as a portable hotspot.

The network can be detected, but fails to connect. I have tried with WPA, without any security.... it all does not work.Previously Lucid 10.4 connected flawlessly out-of-the-box on the same machine.Other devices detect and connect to the phone without problems.

View 9 Replies View Related

Ubuntu :: Android Transferring Data To New Card?

Jun 13, 2011

I am not sure where to post this so i figure that general help is as good as any. I have just bought my self a 32 gb micro sd card and I want to transfur all my old stuff (apps, contacts, music) off my existing card, how do I do this?

View 2 Replies View Related

Ubuntu :: Remote Access With Android Device

Apr 7, 2011

Any way to remote access my Ubuntu Server using my Android phone?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved