Google Tv Emulator AVD System Image

后端 未结 4 1014
失恋的感觉
失恋的感觉 2021-02-09 14:27

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 throw

相关标签:
4条回答
  • 2021-02-09 14:55

    Run Android SDK Manager and install the image it wants.

    0 讨论(0)
  • 2021-02-09 15:06
    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.

    0 讨论(0)
  • 2021-02-09 15:14

    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
    
    0 讨论(0)
  • 2021-02-09 15:17

    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..

    0 讨论(0)
提交回复
热议问题