emulation

Visual Studio - Xamarin - Emulator black screen/

陌路散爱 提交于 2020-01-03 16:48:44
问题 I decided to install xamarin the other day so I could start coding in c#. So far it's been an absolute nightmare getting anything to work. I downloaded the xamarin bundle that visual studio offers and now I'm trying to simply run a test app and the emulator won't work. I've looked at every video online, & tried to read through as many forums as possible but at this point I need direct help before I throw my computer into the pool(jk) I've downloaded android emulator & installed almost all the

GnuWin32 or Cygwin - from a programmers point of view

别说谁变了你拦得住时间么 提交于 2020-01-03 09:04:21
问题 For a programmer with Linux skills and a love of the command line, what is better to use on Windows - Cygwin or GnuWin32? I tried to find a good comparison or a list of differences but couldn't find anything remotely complete. Also, I wondered whether this should be a superuser.com question, but decided against it, because I'm asking precisely for use of the tool for a programmer. I'd like to know the common pitfalls and restrictions of each of the solutions. Interoperability with windows is

Internet connection in android emulator

江枫思渺然 提交于 2020-01-03 08:43:05
问题 I have no idea, what am i doing wrong I want to turn off internet connection in emulator (Android 2.2) I'm pressing F8 -> no effect, i still have internet connection I turn airplane mode -> no effect, i still have internet connection. I go to settings for check, airplane mode is on, wifi is off, but there is internet connection on device. What is wrong?! Please, don't suggest to turn off internet on my computer. I know, it's the solution for sure, but not the best one P.s. It is probably the

How to increase android virtual device max heap size?

血红的双手。 提交于 2020-01-03 08:41:12
问题 I would like to increase the android virtual device map heap size with Eclipse. I tried to set the Max VM application heap size to 128 in the Eclipse AVD Manager, but it does not work, the line Runtime.getRuntime().maxMemory()/(1024*1024); always returns 48, no matter the set heap size. Device ram size is set to 512. Selected target is Android 4.1.2 (API Level 16). Moreover, I have set android:largeHeap="true" in the manifest file. Is there a limit to max heap size (is 128MiB to much ?), or

I get 'Command Not Found' when I try to run Android Emulator on Mac OS X

只愿长相守 提交于 2020-01-03 06:45:16
问题 When I use the Mac OS X Terminal to navigate to the folder with my Android Emulator and type emulator , I get: command not found Here's what happens: $ emulator -bash: emulator: command not found How do I get it to work? 回答1: The current directory is not normally included in your $PATH on a *nix operating system like OS X; to execute a program in the current directory, precede it with the path to the current directory ( . ): $ ./emulator 回答2: Emulator can be added with Android Studio https:/

Emulator not connecting to Windows Mobile Device Center after Emulator soft reset

浪尽此生 提交于 2020-01-03 06:43:05
问题 Am working on smartphone application. And Developing through Emulator (USA Windows Mobile 5.0 Pocket PC R2 Emulator). But after Cradle Windows Mobile Device Center does not connect with Emulator. But it was connecting three days ago. After that I do not know why its not connecting... Its get connected with device but not with emulator now. I think I did soft reset from Emulator. So after that It got dead or not connected with WMDC. please help.. 回答1: Just in case anyone is struggling with

no network in Android x86 on VirtualBox 4.4.2

六月ゝ 毕业季﹏ 提交于 2020-01-03 02:52:40
问题 I created a VM based on this tutorial How to Create an Android Emulator in Windows to use as android emulator for Eclipse. I took the latest Iso version The Android-x86 4.4-RC1 released (kitkat-x86) from this site : android-x86 All went fine, untill android first launch setup appears, I had to choose wifi, I put skip, and after that am stucked at a screen telling connecting but nothing happened till i get a blanc page that i have network problem (check image) ... I tried bridge adapter, i

In Eclipse, any way to start application in more than one emulator at the same time?

时间秒杀一切 提交于 2020-01-02 17:54:16
问题 When testing Android layouts, I'm constantly building for three different emulators from Eclipse (with ADT), so I have to run three times and then select each one. Is there any configuration or plugin that allows me to press Run once and the application is started in all three? 回答1: I wish I had a machine powerful enough to run 3 emulators at once! :) I doubt the Android Development Tools can do this for you... the nearest you can probably get is to script something. "adb devices" will get

In Eclipse, any way to start application in more than one emulator at the same time?

隐身守侯 提交于 2020-01-02 17:52:07
问题 When testing Android layouts, I'm constantly building for three different emulators from Eclipse (with ADT), so I have to run three times and then select each one. Is there any configuration or plugin that allows me to press Run once and the application is started in all three? 回答1: I wish I had a machine powerful enough to run 3 emulators at once! :) I doubt the Android Development Tools can do this for you... the nearest you can probably get is to script something. "adb devices" will get

Android Emulator doesn't work anymore

那年仲夏 提交于 2020-01-02 08:01:52
问题 i've been 24 hours nonstop trying to sort this out with no luck. At first it worked slow, but worked. Then Eclipse started to have errors connecting with the emulator and then the emulator by itself just shows ANDROID_ forever. ( forever as in two hours) What i've tried in this 24 hours: -reinstalling eclipse,sdk,jdk. -deleting .android folder in document and settings. -waiting 2 hours for the emulator to work by itself. -downloading the 2.2 image and the 2.2.3 image, also 1.6, none works.