android-emulator

Android 5.0 emulator showing Storage space running out

半城伤御伤魂 提交于 2019-12-21 03:25:18
问题 I just updated Android SDK to version 21 and trying to start emulator. I am using Nexus 4 with CPU Intel atom (x86) 768 RAM and 524 internal storage. Emulator starts fine but it shows en error message, "Storage space running out" and it is very slow. I tried increasing the RAM also but didn't work. What could be the issue? 回答1: Open AVD Manager --> Wipe Data 回答2: You have to go in your android folder e.g. on OSX ~/.android/avd/{YOUR_AVD_NAME} and edit file config.ini. Just add or modify row

haxm hangs emulator on osx

随声附和 提交于 2019-12-21 02:53:08
问题 After installing Intel HAXM on my osx 10.6.8, eclipse juno, adt 21.1.0 I am not able to run any of the emulators. The emulator process fries my cpu as in: where cpu usage never goes below 100%. Yet I have a huge black screen on the emulator. HAXM extension does not throw any errors. At console, I read [2013-04-02 20:09:58 - myapp] Launching a new emulator with Virtual Device 'x86' [2013-04-02 20:10:03 - Emulator] HAX is working and emulator runs in fast virt mode [2013-04-02 20:10:07 - myapp]

Eclipse can't connect to activity manager on emulator - HelloWorld does not appear

你说的曾经没有我的故事 提交于 2019-12-21 02:48:15
问题 This appears related to: Android application doesn't start from Eclipse Even with the Android 2.2 platform is this still the accepted way to operate the emulator? i.e. 1, 2, 3 start/kill processes as described in the above post? I am having a similar problem on WinXP with Eclipse w/ ADT plugin. Why would the activity not be able to start on the emulator? The computer has 756MB RAM if that could be the problem. The deployment is going along until Eclipse tries to deploy the activity. The

Package xyz has mismatched uid: 10044 on disk, 10045 in settings

最后都变了- 提交于 2019-12-21 01:29:37
问题 I found a simple guide to install an Android-x86 in a VM (guide). Connection to Eclipse and all works fine, but installing my app on the VM fails with following errors: 06-21 22:40:26.390: INFO/PackageManager(2439): /data/app/xyz.apk changed; unpacking 06-21 22:40:26.390: ERROR/PackageManager(2439): Package xyz has mismatched uid: 10044 on disk, 10045 in settings 06-21 22:40:26.390: WARN/PackageManager(2439): Native ABI mismatch from package file 06-21 22:40:26.390: WARN/PackageManager(2439):

Android Emulator doesn't start in MacOS 10.10

半城伤御伤魂 提交于 2019-12-20 18:33:03
问题 I'm trying to start an AVD in Android Studio, but it just open a "Splash Screen" (where is written Android), and after, there's no progress. I searched about it, and I found some discussions about Intel's HAXM (Android Emulator with HAXM freezes on Mac OS Yosemite), I proceeded the installation, but didn't work. Is there any another config that I should check it out? That's my AVD settings: API 23 Nexus 4 1GB (RAM) 64MB (VM heap) Graphics: Hardware - GLES 2.0 Multi-Core CPU is checked Intel

How to remove the device's frame on Android Studio's emulators

爷,独闯天下 提交于 2019-12-20 16:13:30
问题 I am making an android app on Android Studio and I have this emulator for Nexus S. When the emulator is running, it shows the frame of the device. I want the emulator to show the screen of the device only. I've tried looking in the settings but can't help it. Thanks. 回答1: Step 1 : Click on AVD Manager Step 2 : In the pop select the EDIT AVD Step 3 : Uncheck Device Frame 回答2: Sept-1: Open ADV Manager Step-2: Click Edit in the specific Device emulator Step-3: Disable device frame option Step-4:

No software buttons for the ICS emulator?

孤人 提交于 2019-12-20 12:06:26
问题 So I'm working on an update for my application from 3.0 to 4.0 and I'm having issues with the emulator. Specifically, the software buttons do not appear when using the Galaxy Nexus~ish skin (I'm not sure its exact, but it should be close enough). This is the WXGA720, its values: Hardware Back/Home keys = no Abstracted LCD Density = 320 Keyboard Lid Support = no Max VM Heap = 48 Device Ram Size = 1024 The first line is the most important, because it tells the emulator we need software keys for

No software buttons for the ICS emulator?

試著忘記壹切 提交于 2019-12-20 12:05:08
问题 So I'm working on an update for my application from 3.0 to 4.0 and I'm having issues with the emulator. Specifically, the software buttons do not appear when using the Galaxy Nexus~ish skin (I'm not sure its exact, but it should be close enough). This is the WXGA720, its values: Hardware Back/Home keys = no Abstracted LCD Density = 320 Keyboard Lid Support = no Max VM Heap = 48 Device Ram Size = 1024 The first line is the most important, because it tells the emulator we need software keys for

Rooting ICS emulator; pushing su fails with “Out of memory”

限于喜欢 提交于 2019-12-20 10:54:20
问题 I'm trying to root my ICS AVD, and have tried this: adb shell mount -o rw,remount -t yaffs2 /dev/block/mtdblock03 /system adb push su /system/xbin/su adb shell chmod 06755 /system adb shell chmod 06755 /system/xbin/su It fails with the following error: failed to copy 'su' to '/system/xbin/su': Out of memory How can I fix this? 回答1: This blog explains the problem: To avoid the "Out of memory" error when trying to copy the su-executable to /system/bin , you need to start the emulator manually

Visual Studio 2015 RC Emulator for Android doesn't start

十年热恋 提交于 2019-12-20 10:29:33
问题 I have a problem with the Visual Studio 2015 RC Emulator for Android. The emulator is not starting when I'm starting debugging (F5) nor from "Tools > Visual Studio Emulator for Android...". The process is stuck on "Preparing virtual machine" and there is a "Xde.exe" process with 0% CPU usage in Task Manager. This happens for all virtual machines. Previous emulators (pre-RC) were working just fine. The necessery APIs (19 and 21) are installed according to SDK manager. I have tried re