android-emulator

Run Phonegap application, that supports HTML5 and Javascript on Android Wear

为君一笑 提交于 2019-12-04 18:49:28
I had already executed Hello World apk on Android wear emulator, now I want to use HTML inside asset folder to execute it in wear emulator but I am not getting any success Android wear supports only Java application not to render HTML document. Please refer to https://developer.android.com/training/building-wearables.html for Android were app in details. It does not work like you are used to from normal Phonegap/Cordova yet. But as you can use a full Chrome Browser on the watch (like com.appfour.wearbrowser) I think it can be done! So what you need to do is fork Chrome on Android Wear and let

How to know which android devices support video playback?

两盒软妹~` 提交于 2019-12-04 18:18:03
I've made an app to view vine videos on Android devices. These are basically .mp4 videos being loaded into a VideoView . From the following documentation ( http://developer.android.com/guide/appendix/media-formats.html ), mp4 video playback is supported on Android version 3+ devices. I've already added a android:minSdkVersion="11" to the manifest file to filter out older android versions from downloading the app, but I'm still getting feedback from users running newer versions of Android (eg. 4.1, 4.2) that complain about getting a "Video cannot be played" error message. Since there's no way

Android Nexus 10 Emulator not running properly [duplicate]

回眸只為那壹抹淺笑 提交于 2019-12-04 18:16:11
This question already has an answer here: Android : How to Create Android Emulator for Nexus10? 6 answers I know this question is a duplicate to the following, Android : How to Create Android Emulator for Nexus10? Nexux 10 emulator/avd not running/starting I have set the below configuration, Screen Size - 10 inches Resolution - 2560 X 1600 Screen Size - xlarge Screen Density - Xhdpi Screen ratio - long My system configuration is, Intel Core i3 processor 4GB Ram Windows 7(32 bit) Monitor resolution-1366*768 I had tried those answers and set accordingly but no luck.Even I scaled down the screen

Why is the intel x86 emulator accelerator (HAXM installer) is showing not compatible with windows?

北慕城南 提交于 2019-12-04 17:53:28
问题 Why is the intel x86 emulator accelerator (HAXM installer) is showing not compatible with windows. I have windows 10 ,64 bit. 回答1: Check your system have Intel® VT-x Technology. If yes then goto bios settings and turn it on. Check This Link : https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows. 回答2: I did face the same issue (standalone sdk manager showing that its not windows compatible). Step 1: Open Settings -

How do I access the camera on Android phones?

為{幸葍}努か 提交于 2019-12-04 17:43:23
问题 I've written a program in Java that takes in an image file and manipulates the image. Now I'm trying to access the camera so that I can take the photo and give it to the image processing program however I'm lost as to how to do this. I've read the information about the camera class and how to ask for permissions but I don't know how to actually take the photo. If anyone has any tips on where I should begin or if they know of a good tutorial I'd really appreciate it. Thanks! 回答1: Google is

Not Showing Any Sign of Menu Button when there is not any default menu button in devices

六眼飞鱼酱① 提交于 2019-12-04 16:28:07
I am Working on One Application which has Settings Screen which Opens When User Click on OptionMenu Shortcut which shows on Devices as Default Button or any other Sign. it Works fine when there is default menu button in device but not getting any Sign for Menu Option when there is not any default menu button in devices. My Code is as Below: @Override public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.menu_setting, menu); return true; } @Override public boolean onOptionsItemSelected(MenuItem item) { switch (item.getItemId()) { case R.id.btnSettingMenu: Intent

Error while starting android emulator: FB::flushWindowSurfaceColorBuffer: window handle 0x4 not found

柔情痞子 提交于 2019-12-04 15:50:11
问题 I just started working with android. So when i try to start the AVD (details below) it doesn't start, just a black screen for a time, until I get tired of it and shut it down. I have intelhaxm installed, and hyper-v disabled. This is the log i got form the console: [2014-07-28 20:02:52 - app2] ------------------------------ [2014-07-28 20:02:52 - app2] Android Launch! [2014-07-28 20:02:52 - app2] adb is running normally. [2014-07-28 20:02:52 - app2] Performing com.example.app2.MainActivity

No Sound coming from Android Emulator

ぐ巨炮叔叔 提交于 2019-12-04 15:42:58
问题 I ran my application and I can't get the sound working on the Android Emulator. I checked and enabled the audio playback boolean in the Eclipse AVD Manager. I also went into the sound options in the Android Emulator and put them up (no sound while putting them up). I checked the box that says all selections will make a noise(still no sound). My application uses the MediaPlayer class and I am running win7 x64 if that has anything to do with it. Help is appreciated. 回答1: I have a similar issue

How to use adb pull command? [duplicate]

那年仲夏 提交于 2019-12-04 15:41:18
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: How to copy selected files from Android with adb pull I am using adb pull command like this: adb pull /sdcard/*.trace C:/ but i show me remote object '/sdcard/*.trace' does not exit i check trace files are in the sdcard.Now how to pull these files from sdcard.Can you help me How to fix? 回答1: I don't think adb pull handles wildcards for multiple files. I ran into the same problem and did this by moving the files

Why not standard Android emulators?

混江龙づ霸主 提交于 2019-12-04 15:39:12
问题 I'm new to Android, but have published iphone and bberry apps. I see that I have to create an emulator using the SDK, before I can write and test an app. Why are there no default emulators? Why not at least a Nexus one, or HTC hero emulator shipped with the product? Sure its supposed to be flexible, but why not make it easy to create hello world and play around with a virtual Android phone? Both blackberry and iphone come with default simulators when you download the sdk. Thanks, Gerry 回答1: