emulation

Flutter failing to connect to emulator with VSCode

╄→尐↘猪︶ㄣ 提交于 2019-12-22 10:54:40
问题 Unable to debug using VSCode for flutter. I'm using windows and I'm trying to use a android emulator. I have attempted to reinstall flutter, android SDK and VSCode to fix the issue as well as setting environment variables. This is the error that I get when launching debug mode. Failed to launch emulator: Error: Emulator didn't connected within 60 seconds Are there any better emulators that I can use for both android and IOS, because I don't even know where to begin with IOS emulators. I'm new

why does the menu button in the emulator show all the activities of my app?

风格不统一 提交于 2019-12-22 10:50:15
问题 i just want it to show only one activity on the main menu and hide the remaining ones. My manifest file looks something like this. <application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true"> <activity android:name=".MainAct" android:label="@string/app_name"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:name=".StartGame"

Small font size in Android emulator

谁说我不能喝 提交于 2019-12-22 08:55:23
问题 Sometimes I notice the Android emulator starts with a very small font size. This seems to happen randomly. Other times it has a normal font size. I use ADT 10.0.1. Do you know what is the problem? 回答1: This happens very often, and although I'm not sure about the exact reason behind this, it seems that somehow the wrong density was detected for this and resources for a lower dpi is loaded inside a higher dpi emulator. That's why everything is smaller, but the layout works properly and aligns

Installing Android emulator without eclipse

心不动则不痛 提交于 2019-12-22 08:37:55
问题 How do I install an android emulator on a computer without eclipse? 回答1: No need to install eclipse for android emulator. Just download the android sdk and install it. You have to install JDK before installing android SDK. After completion of successful install. You will get two apps SDK manager and AVD Manager. The SDK manager is used to update the SDK and to download the available libraries for different API versions and other libraries as you require. The AVD manager is used to create

How do I simulate that the emulator has as an SD Card?

a 夏天 提交于 2019-12-22 07:57:11
问题 Can I simulate an sdcard presence in the android emulator? 回答1: This is covered in the Emulator Documentation. The emulated SD Card image is single file which the Emulator reads to and writes from. You can specify to create an SD Card when you create the Android Virtual Device (AVD) using the android GUI (for example from within Eclipse by clicking the button): Or you can create an SD Card using the mksdcard command. To use an SD Card image when you start your emulator pass the -sdcard option

Kinect emulation w/o actual device plugged

送分小仙女□ 提交于 2019-12-22 05:43:16
问题 Is it possible to emulate Kinect sensor (for usage with Kinect SDK), when the Kinect itself isn't plugged? First I thought Kinect Studio does exactly what I wanted, but now it seems like Kinect Studio records data streams and can "feed" them to application, but is unable to emulate connection to the sensor. So at the moment I have a couple of .xed files recorded with Kinect Studio and I can't launch any Kinect-enabled apps without getting "Kinect sensor is not plugged in" or whatever message.

Cannot start Android emulator from cmd line in Mac OS X

…衆ロ難τιáo~ 提交于 2019-12-22 05:25:07
问题 From about 2 weeks ago, I cannot launch Android Emulator from Command line on mac os x, unless i am in android sdk's tools folder. The emulators launch from the AVD Manager fine. I start emulator with this command "emulator -avd Nexus_6p_API_23" And, got error message below "[140736029389760]:ERROR:./android/qt/qt_setup.cpp:28:Qt library not found at ../emulator/lib64/qt/lib Could not launch '../emulator/qemu/darwin-x86_64/qemu-system-x86_64': No such file or directory" Anyone has idea about

Android layout on emulator vs device

安稳与你 提交于 2019-12-22 01:43:22
问题 I've created my app using all the neccessary things to support different screen sizes/densities (relative layouts, dip etc.) I've created all the neccessary layout files (ldpi,mdpi etc) and images for this support. I've tested the app on all the available emulator skins using Eclipse, and they all appear like the should. I then tested this on a real device (Samsung Galaxy SII) and it looked great. Then I tested it on a Galaxy Tab (7") and the layouts were a bit wrong, and the text sizes were

How to create API-15 emulator with Google Play Services (Command Line)

痴心易碎 提交于 2019-12-21 17:01:39
问题 One user of my app is facing certain issues specifically on API Level 15 (4.0.4) , and I would like to reproduce the issue on my end. I don't have a 4.0.4 device, and I would like to create and emulator for this purpose. I'm running Android Studio 2.0-beta6 , and the GUI AVD Manager does not show any API-15 emulator images at all. So, I have then used the standalone SDK manager to install an API-15 level x86 system image, and then created an AVD from command line as follows. $ android create

Android emulator generates a very annoying error

拈花ヽ惹草 提交于 2019-12-21 14:56:12
问题 It happens from time to time and really annoying. The system and application which I'm trying to test are still working, but the message prevents me from testing and it is annoying because happens from time to time. The message says: The process android.process.acore has stopped unexpectedly. Please try again. Emulator's target name: "Google APIs (Google inc.)" OS version: 15 (4.0.3) 回答1: I had the same problem with Android 4.0 I think that you run the AVD with the default settings. The