avd

Android Studio Emulator E/AudioFlinger error message

可紊 提交于 2019-12-31 18:54:32
问题 When I start any device from the AVD Manager it just loops this error message infinitely: E/AudioFlinger: read failed: framesRead=-1 It even does that when I create a new device. Doesn't matter if "Use Host GPU" is enabled or not. When I start my application it would usually start up right after the emulated device started up. Since this error message appears it does not start my application automatically (the app can still be started manually though). Anyone else had any experience with that

AuthenticatorException: bind failure on AVD

耗尽温柔 提交于 2019-12-30 07:01:11
问题 I'm trying to create an Android App that uses Google's OAuth library, like this sample. However, when I make a call to getAuthTokenByFeatures I get an exception that prints this out on LogCat: 05-24 10:56:58.224: W/System.err(557): android.accounts.AuthenticatorException: bind failure 05-24 10:56:58.236: W/System.err(557): at android.accounts.AccountManager.convertErrorToException(AccountManager.java:1563) 05-24 10:56:58.236: W/System.err(557): at android.accounts.AccountManager.access$400

Open NFC Simulator not working for Android emulator

别等时光非礼了梦想. 提交于 2019-12-30 04:45:09
问题 I'm trying to emulate NFC card reading in Android Emulator, using Open NFC v4.5.2 for that purpose. I have followed all steps indicated here: HOWTO use the NFC Simulator with the Open NFC add-on included in the delivery I have also tried with insturctions from other StackOverflow posts such this or this, with no success. When I start the emulator I'm not able to turn-on NFC in Settings->Wireless & networks->NFC , and NFC Controller Simulator doesn't show any activity: Following is the capture

the android emulator does not start, avd

无人久伴 提交于 2019-12-30 04:15:06
问题 this is my situation: I have a XPS under Ubuntu 10.04 LTS 64-bit I downloaded the latest Android SDK with eclipse. The SDK works fine, but when I create a new AVD and I run. My AVD loads but not displayed. I do not understand, do you have an idea about my problem ? Thank's I start my avd from command line : romain@XPS-Dak:~/.android$ emulator -verbose -avd Test emulator: found SDK root at /home/romain/android-sdk-linux emulator: Android virtual device file at: /home/romain/.android/avd/Test

Mac Terminal - How to start Android Virtual Device Manager on CLI?

蹲街弑〆低调 提交于 2019-12-29 04:36:27
问题 I am currently developing a mobile web application and I don't have a test device yet so I'm using the android-emulator to check the site. On my mac, I have installed the stand-alone Android SDK. Every time I want to use the AVD Manager, I have to execute the following on my terminal: monitor This command (being executed on the installed android sdk path) will open the Android Device Monitor and from here, I go to its menu bar and select Window Virtual Device Manager just to open the AVD

Android emulator black screen with “GPU emulation - yes”

别来无恙 提交于 2019-12-29 01:51:32
问题 I'm trying to use the new feature of the android avd features "GPU emulation - yes" It's needed to use GLES2.0 on the emulator. However, when I turn that on, the screen of the emulator goes blank. Here is the output when I call it from command line. 回答1: For those having the same problem and having a nvidia card with optimus... Just install ironhide! sudo apt-add-repository ppa:mj-casalogic/ironhide sudo apt-get update sudo apt-get upgrade sudo apt-get install ironhide Then follow the

Abstracted LCD Density

廉价感情. 提交于 2019-12-28 13:46:36
问题 How do you calculate the Abstracted LCD Density for an AVD ? 回答1: The Abstracted LCD Density is measured in dots per inch (see the docs). The wikipedia article on Pixel density has a helpful section explaining how to calculate this: basically the number of pixels per inch along the diagonal can be calculated by this formula, where x and y are the horizontal and vertical resolution (so that sqrt(x*x + y*y) is the length of the diagonal in pixels), and d is the length of the diagonal in inches:

Android SDK Manager gives “Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml” error when selecting repository

余生长醉 提交于 2019-12-27 23:42:58
问题 I'm trying to install a platform but when I open Android Manager then I click Available Software then select the https://dl-ssl.google.com/android/repository/repository.xml repository I get this error: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml I have also tried downloading by clicking on force "http:" for all "https:" downloads on settings panel but it still doesn't help. I'm working on Windows Vista. 回答1: If you enter the URL in a browser and then look

Android SDK Manager gives “Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml” error when selecting repository

半城伤御伤魂 提交于 2019-12-27 23:38:20
问题 I'm trying to install a platform but when I open Android Manager then I click Available Software then select the https://dl-ssl.google.com/android/repository/repository.xml repository I get this error: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml I have also tried downloading by clicking on force "http:" for all "https:" downloads on settings panel but it still doesn't help. I'm working on Windows Vista. 回答1: If you enter the URL in a browser and then look

Emulator error: This AVD's configuration is missing a kernel file

有些话、适合烂在心里 提交于 2019-12-27 11:01:34
问题 This problem was discovered when I tried to run the Android emulator in Eclipse. Can't figure out what happened. I searched online for the solution, but it seemed to be vague and I don't understand clearly. I was following the steps to install the AVD according to the sites and I can't figure out what I missed. Please explain it to me in steps to follow. 回答1: The "ARM EABI v7a System Image" must be available. Install it via the Android SDK manager: Another hint (see here) - with Android SDK