avd

Sony Xperia Z density seems odd to me, will my app work fine on it?

心已入冬 提交于 2019-12-11 14:47:56
问题 I'm developing an app for school project. My professor has Sony Xperia Z and will be testing my app on it, so I'm trying to make sure that my app will work most perfectly on Sony Xperia Z. I have set up a Sony Xperia Z AVD in Eclipse and the results are really odd to be honest. This is how the app layout looks on most devices: And this is how it looks like when I run it on Sony Xperia Z emulator: I did some research and Sony Xperia Z really does have a lot smaller density than the other

Android 9.+ emulator does not start

三世轮回 提交于 2019-12-11 10:58:34
问题 All AVD images work on my machine except for Android 9.+ (Google Play) & Android 9.+ (Google APIs) (the Android Studio emulator for Android Q beta). I just downloaded the most recent images. From android-Q/google_apis_playstore/x86/build.prop : ro.system.build.version.incremental=5506116 ro.system.build.version.release=10 ro.system.build.version.sdk=28 I am using Android Emulator version 29.0.11 . However, when I start these up, I see the device frame with a black screen. I get no error

Can't Create Android Virtual Device. OK Button disabled

僤鯓⒐⒋嵵緔 提交于 2019-12-11 09:09:10
问题 I can't create a new AVD in Eclipse. I've tried doing it using the AVD Manager.exe (basically out of Eclipse) and as you can see I have CPU/ABI options yet no matter what I do the OK button is disabled 回答1: By default the "skin" option is left blank. In order to create an emulator, you'll need to choose one. 来源: https://stackoverflow.com/questions/23144699/cant-create-android-virtual-device-ok-button-disabled

Cannot launch AVD in emulator. sh: grep: command not found

核能气质少年 提交于 2019-12-11 08:34:15
问题 In Android Studio, launch AVD Manager, I choose one of my virtual device and click Play button to start it. Then I get this error message "Cannot launch AVD in emulator. sh: file: command not found sh: grep: command not found ... " It's fine all the while and I think I mess up with the PATH variable by running the following command. echo 'export PATH=/Users/xxx/Library/Android/sdk/tools' >> ~/.bash_profile echo 'export PATH=/Users/xxx/Library/Android/sdk/platform-tools' >> ~/.bash_profile

developer.android.com My First Android App | Stopped Error

杀马特。学长 韩版系。学妹 提交于 2019-12-11 07:46:52
问题 i tried to run my first android application but i could not execute it. i followed instructions step by step from developer.android.com . I used only Copy and Paste for codes. But when i try to run my app AVD is giving error "Unfortunately, My First App has stooped." Screen Captures are here : AVD Settings : Click LOG FILE :Click AndroidManifest.xml <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.myfirstapp" android:versionCode="1" android:versionName

NO Android option in “tool” menu, and no avd manager

ぐ巨炮叔叔 提交于 2019-12-11 07:26:21
问题 Problem : No AVD manager in Android Studio, and no "Android" option in the "tool" menu. Tried solutions : re-install (twice) changed installation partition to the one containing the Android SDK directory went to "configure" - "project default" - "project structure", and checked my Adroid SDK directory (it's there) open a new project - there is still no android menu, and no avd manager. instead of "Android" in the "tool" menu, i have "Kotlin" i tried to use terminal, and console, to launch

Android Virtual Device -HAX is working and emulator runs in fast virt mode - qemu: could not load initial ram disk ''

烂漫一生 提交于 2019-12-11 07:10:05
问题 I installed the Intel HAX for the AVD, everything's OK. I created a AVD with this characteristics [2014-01-15 21:47:41 - SDK Manager] Created AVD 'Galaxy' based on Android 4.1.2, Intel Atom (x86) processor, [2014-01-15 21:47:41 - SDK Manager] with the following hardware config: [2014-01-15 21:47:41 - SDK Manager] hw.sdCard=no [2014-01-15 21:47:41 - SDK Manager] hw.device.manufacturer=Google [2014-01-15 21:47:41 - SDK Manager] hw.mainKeys=no [2014-01-15 21:47:41 - SDK Manager] hw.lcd.density

Android emulator crash linux with error?

我只是一个虾纸丫 提交于 2019-12-11 06:24:50
问题 Basically, I've been using Ubuntu with Android Studio, I have a very simple App which I am attempting to run on an emulator. Now, the app actually starts inside the emulator just fine but the issue arises when the on-screen keyboard shows up. Once it has shown up, and you click a key, the emulator crashes with this error: emulator64-arm: ../../sdk/emulator/opengl//host/libs/Translator/include/GLcommon/GLutils.h:48: unsigned int SafeUIntFromPointer(const void*): Assertion `(uintptr_t)(ptr) ==

Ambitious attempt at running android app on multiple emulators - can't stop emulators

不打扰是莪最后的温柔 提交于 2019-12-11 05:24:20
问题 So I have an idea of testing my android app on my laptop using one avd but with multiple config.ini files to change the makeup of the avd itself. I have created multiple avds, and copied the config.ini files into a separate folder. I have also written a bash script to loop through my config.ini files copy them one at a time to the avd folder (overwriting the last one) attempt to stop any current running emulator (this is my big problem) start the emulator run my tests on it (which take

Creating an AVD profile via ADB

故事扮演 提交于 2019-12-11 03:53:22
问题 Is there any way to get or see all the device's properties in Android Debug Bridege Shell? adb-shell shows and retrieves only the device's, which is connected, current prosesses of the current session as I see. I just wonder that there is an adb-shell script command to see that device's all technical product informations. I am planning to create an Android Virtual Device profile, but I don't have any technical information about the device. But if I can get those informations from adb, then I