android - 使用 Android 开发者工具 R14 创建 GoogleTV AVD 时出错

标签 android ubuntu kvm google-tv

我已经安装了 KVM ,但是在使用 Google Addon 3.1 创建 GoogleTV AVD 时。我得到这个错误..

Failed to parse properties from /home/adham/.android/avd/GoogleTV.avd/congfig.ini

为什么?

最佳答案

尝试自己创建 config.ini 作为解决方法,一些示例内容:

hw.lcd.density=213
hw.keyboard.charmap=Emulator
skin.name=720.p
skin.path=add-ons/addon-google_tv-google_inc_-12/skins/720p
hw.cpu.arch=x86
abi.type=x86
vm.heapSize=256
hw.ramSize=1024
disk.dataPartition.size=128
image.sysdir.2=platforms/android-12/images/
image.sysdir.1=add-ons/addon-google_tv-google_inc_-12/images/x86/

关于android - 使用 Android 开发者工具 R14 创建 GoogleTV AVD 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7839998/

相关文章:

java - 应用程序类是在 UI 线程上运行还是?

ruby-on-rails - passenger-install-apache2-module 在 ubuntu 12.04 上失败

python - 如何在 ubuntu 上为 python ML 安装软件包?

Python 在 kvm-qemu/remote-viewer 中自动执行用户任务

KVM/libvirt : How to disable clock sync for guests?

Android - 使用 while 循环停止线程

java - 当我使用 map View 按导航项两次时,我的应用程序崩溃

android - 无法解析com.stripe:stripe-android

ubuntu - 如何打开我的端口/什么阻止了我的端口?

javac - 如何在javac中默认强制使用StringBuffer而不是StringBuilder?