android-emulator

How to set the Open GLES effect on android Camera?

天涯浪子 提交于 2019-12-08 06:40:18
问题 I want to set the Android Camera with the OpenGLES effect. But i dont know how to set that. So is there any Demo Example to that Uses OpenGLES and Android Camera ?? Or Help me in how to make it possible to done some normal effect in Android Camera with OpenGLES support. Thanks. 回答1: Some basic effects can be done with Camera.Parameters.setColorEffect(). 来源: https://stackoverflow.com/questions/7976032/how-to-set-the-open-gles-effect-on-android-camera

Simulate a start up: Android Emulator

谁说胖子不能爱 提交于 2019-12-08 06:19:38
问题 I coded an app which starts at the system start up and starts a service which is written in the code. The code is working fine and the service is getting started when the app is installed on a real android device but not on an emulator. I do not have a real device always handy. Any idea how to simulate a start up in an emulator? 回答1: I just found a way to simulate a start-up without having to stop-and-start the emulator. Go to the DDMS perspective (if you are using Eclipse) and "stop" the

Camera not working in android emulator 4.2.2, windows 8

限于喜欢 提交于 2019-12-08 06:07:08
问题 I am trying to use camera in android emulator but emulator gives error while starting : Starting emulator for AVD 'android-4.2' emulator: ERROR: camera_device_start_capturing: Device 'AndroidEmulatorVC0' is unable to save frame to the clipboard: 0 '' I set Back Camera as webcam0. The default camera app crashes when started. 来源: https://stackoverflow.com/questions/16751782/camera-not-working-in-android-emulator-4-2-2-windows-8

SQLite exception on Android Device : No such table, but emulator works fine?

懵懂的女人 提交于 2019-12-08 05:53:38
问题 I've looked through this question as well : problem about sqlite database, no such table: but have had no success in fixing the problem. As the title mentions, the exact same code was able to run on the emulator fine(displays the table) but runs into the exception with "no such table" found on the device. Using an HTC Desire Z Android version 2.2.1 I was basically following this tutorial: http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/ The idea being to

How to make an AVD with > 768MB RAM To emulate Galaxy devices

三世轮回 提交于 2019-12-08 05:33:34
问题 I am trying to emulate the Galaxy Note 2 which contains 2GiB RAM and some custom hardware like the s-pen and TouchWiz. I created an emulator with 2GB to start with. The emulator won't launch, in fact it is crashing eclipse. I would also like to emulate multi-screen TouchWiz support. I don't see any info anywhere on emulating custom platforms like TouchWiz. Any ideas? I need a decent testing platform for the Galaxy series, but I can't even get basic android working. edit: The Samsung dev page

How to connect Google TV remote app with Google TV emulator

喜夏-厌秋 提交于 2019-12-08 05:29:06
问题 As the title suggests, I have been unable to connect (and pair) the google tv remote app with a Google TV emulator running on Ubuntu. I understand that the emulator runs on its own sub-network and therefore has to use redirections in order to connect with anything outside its network. I have tried the following: 1) Remote control app running on device, 2) Remote control app running on android emulator on same machine as the google tv emulator (For this I had to use a modified version of the

How to create AVD with Android & (7.0) with Google APIs?

∥☆過路亽.° 提交于 2019-12-08 05:13:27
When I downloaded and select "N" (API = 24) for the AVD, I see the following message on bottom right: Consider using a System Image with Google APIs to enable testing with Google Play Services. Is this image not available yet? or am I missing something? I dont see it in the SDK Manager yet. As of SDK Tools 25.1.7 and Intel x86 Atom_64 System Image Rev. 6, it appears that there is no longer a separate emulator image for the Google APIs - instead, the normal emulator image now includes the Google APIs by default. So, the message shown in the "Recommendation" section when creating an AVD appears

Android AOSP Automotive Emulator

99封情书 提交于 2019-12-08 05:00:32
问题 I'm trying to build an Emulator for Automotive since Android studio 3.5 is not detecting the system image. I have tried in Android 8 and 9 and downloaded all the tools. How to build the automotive emulator in AOSP? 回答1: You will require Mac or Linux to build the emulator Perform the steps mentioned in the following site https://source.android.com/setup/build/initializing, then follow the steps mentioned in the following site https://source.android.com/setup/build/downloading, then execute the

Installing a new font in Android Emulator

可紊 提交于 2019-12-08 04:52:58
问题 I'm trying to install a new font for my emulator. Currently android doesn't support "Tamil" but rooted phones do have partial support with extra hic ups. I wanna try and install a tamil font in my emulator. so I went to font directory under android sdk folder and replaced it with a Tamil unicode font latha.ttf when I create a emulator for dat specfic version and runs it, I still see boxes instead of Tamil script?? wot am I missing?? can someone help me out. Thanks in advance. 回答1: I wanna try

How to bypass proxy for a specific URL in Android emulator

痴心易碎 提交于 2019-12-08 04:40:49
问题 I am trying to hit web services in native android application and the IP address which I am trying to hit should bypass corporate proxy. But to connect my emulator to internet I have to set proxy in emulator. Is there anyway I can bypass proxy for this specific IP address in emulator? My emulator is connected to internet presently and can open sites through browser. 回答1: You need to set an intermediate proxy as Android emulator doesn't have options to set internal server URLs which don't need