Google Tv Emulator AVD System Image

有些话、适合烂在心里 提交于 2019-12-09 06:38:13

问题


Hi i am trying to set up google tv emulator in my windows machine.I am able to install googleTv Adon avilable in api level 13

But when i am trying to create AVD it throws a errormessage Please install intelx86. But X86 System image is not avilable in api 13. Can anyone help me please.


回答1:


The solution is to create avd with a command line.

android create avd -n GoogleTV -t 11

Where 11 is the api id. In your system this will be different then mine so first issue a comamnd

android list target

In my case it was

... id: 11 or "Google Inc.:Google TV Addon:12" Name: Google TV Addon ....

For convenience on linux you can use

android list target | grep TV -B 2



回答2:


Run Android SDK Manager and install the image it wants.




回答3:


I have followed the above but none of the them are working for me , still getting the same error. this is happening o on my windows i5 machine.

Could someone tell me anyone is able to install the AVD for Google-TV on windows machine..




回答4:


  1. Download Google TV Addon API-13
  2. Download Android 2.3.3 Intel x86 atom system image.
  3. Enter the path which Android SDK installed. Do these things follow:
    • Copy ..\sdk\system-images\android-10\x86 to ..\sdk\system-images\android-13\x86
    • Modify the file sdk\system-images\android-13\x86\source.properties Pkg.Desc=Android SDK Platform 3.2 Pkg.Revision=1 AndroidVersion.ApiLevel=13
  4. Restart AVD manager.
  5. Create AVD follow Google TV document.

The emulator can power on. But the performance is so poor. It always ANR and force close. I suggest you do not develop on it.



来源:https://stackoverflow.com/questions/16905602/google-tv-emulator-avd-system-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!