android-emulator

can I scale genymotion emulator to “device real size”?

僤鯓⒐⒋嵵緔 提交于 2019-12-05 05:45:15
I just started using genymotion and I really like it. One thing that is frustrating me is that emulators take a lot of screen space and are contained within scrolling window.. which makes it less convenient to use I tried to change screen resolution or look for some kind of option myself but with no luck is there "scale to real device size" option like in sdk emulator? UPDATE when I start genymotion binary, get the following in the console ~/coding/genymotion$ sudo ./genymotion Genymotion log file: /home/u238/.Genymobile/genymotion.log Player log file: /home/u238/.Genymobile/genymotion-player

Android - Transparent Emulator Error

那年仲夏 提交于 2019-12-05 05:37:43
I am having this error where my android emulator is transparent.. I tried restarting my laptop, restarting Android Studio, Deleting the device and making a new one but still no luck! I've seen a question like this here but there is no step by step instruction on how to do it! and instructions are not clear at least for me can anyone help me? I've been trying to fix this for hours again this is the link to the same question Noob processor I HAVE FOUND THE SOLUTION. First this question has been asked and answered here but for me the solution wasn't explained properly so here is a step by step

my status bar in android 4.2.2 emulator is broken

[亡魂溺海] 提交于 2019-12-05 05:21:37
Today I found the status bar in android 4.2.2 emulator is broken.I cannot pull it down. I have no idea what happened. Try to make a little app wich pulls it down: StatusBarManager statusBar = (StatusBarManager) getSystemService(STATUS_BAR_SERVICE); statusBar.expand(); Permission is required in manifest: <uses-permission android:name="android.permission.EXPAND_STATUS_BAR" /> abhishekmukherg For what it's worth, as per this SO , it seems like it might be a bug in android . No response from Google as of the writing of this comment. 来源: https://stackoverflow.com/questions/15484062/my-status-bar-in

android emulator launch failed. emulator64-arm : BAD CPU Type in executable

故事扮演 提交于 2019-12-05 05:12:57
Yesterday I decided to start developing Android in my mac (Snow Leopard 10.6.8) 32-bit. Everything was ok, i also imported my workspace which i worked in Linux for months. I open a project and compiles perfectly. When i try to run the project it gives me this error : "...android/sdk/tools/emulator64-arm : BAD CPU Type in executable" I am using eclipse juno for mobile developers and downloaded the latest android sdk for mac It looks like a 32-bit 64-bit issue. But i couldnt solve it yet. Anyone had the same issue ? I already found the problem. Under the directory, android-sdk/tools/, i deleted

Eclipse Debugging Android doesn't work

自古美人都是妖i 提交于 2019-12-05 04:53:20
HI all. I have a problem with Eclipse, debugging an android application: all breakpoints I place doesn't work ( the applications doesn't stop. They are skipped as not placed ). There's a way to make them work? I have Win7, JDK 6u23 64bit, Eclipse 3.6 64bit, all breakpoints are enabled ( skip isn't selected ). Thanks in advance for the answers :) Does the thread list show up in the Debug perspective when you start the app? If not, then Eclipse's debugger is not property attached to the phone/emulator. Make sure you have android:debuggable=true in the Manifest . The latest version of the Eclipse

How to browse android emulator SD on Windows without Eclipse?

余生颓废 提交于 2019-12-05 04:11:12
Can't understand how to browse android emulator sd card. I am using IDEA, not Eclipse and can't use Eclipse tool for this purpose. CommonsWare Use DDMS . It is available as a standalone tool, in addition to the Eclipse perspective. Or you can also use adb located in android-sdk-directory/tools . To do this open up a command line and type adb shell when developing on Linux or adb.exe shell when developing on Windows then you will be logged in into your Android emulator where you can simply use basic UNIX commands to navigate to the SDcard. You'd do that like this cd /sdcard and to list whats in

Unable to install apk in android emulator

流过昼夜 提交于 2019-12-05 03:40:30
问题 I am trying to install an apk (downloaded from one site) in ICS emulator through adb shell but its giving following error: Failure [INSTALL_FAILED_UID_CHANGED] What could be the issue? 回答1: Uninstall the previous version of the app from the emulator first, then try again. You can do this by visiting System Settings > Applications > Manage Applications and selecting the app. If the app still fails to install, then start the emulator with the Wipe user data option selected. 回答2: Simply rm -r

Nexux 10 emulator/avd not running/starting [duplicate]

天涯浪子 提交于 2019-12-05 02:58:19
This question already has an answer here: Android : How to Create Android Emulator for Nexus10? 6 answers I am trying to create the Android emulator for Nexus 10 using latest ADT (21) and SDK tools. I have the below configurations for Nexus 10 AVD. Screen Size - 10 inches Resolution - 2560 X 1600 Screen Size - xlarge Screen Density - Xhdpi Screen ratio - long RAM - 512 (Not able to set 1024 emulator crash) But once AVD is created, it does not load Android; it just shows a black screen. My system is 32 bit Intel Core i3 with 4 GB RAM. The problem is with monitor, LCD (or any other display

Debugging Android Widget Code In Eclipse

天涯浪子 提交于 2019-12-05 02:18:07
I am starting with Android programming with the help of Unlocking Android / Manning which came from Santa and is a pretty good book. After running a few little tests and examples, I'm moving towards developing the concepts for my own application. I want my App to execute as a Home Widget and I'm using this example as my model to get started. While I am able to load and run in the Android ADB emulator the code example in the example's Wiktionoary which is a normal Android App. I am not able to run, but only load into the emulator the Widget version of that code named SimpleWiktionary. Am I am

Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE? during running emulator

跟風遠走 提交于 2019-12-05 02:10:27
[2011-07-22 16:33:02 - Today] ------------------------------ [2011-07-22 16:33:02 - Today] Android Launch! [2011-07-22 16:33:02 - Today] adb is running normally. [2011-07-22 16:33:02 - Today] Performing com.horror.android.today.myMain activity launch [2011-07-22 16:33:02 - Today] Automatic Target Mode: launching new emulator with compatible AVD 'google09' [2011-07-22 16:33:02 - Today] Launching a new emulator with Virtual Device 'google09' [2011-07-22 16:33:10 - Today] New emulator found: emulator-5554 [2011-07-22 16:33:10 - Today] Waiting for HOME ('android.process.acore') to be launched...