【问题标题】:How to increase size of internal memory in Google tv emulator如何在谷歌电视模拟器中增加内存大小
【发布时间】:2012-06-19 05:00:10
【问题描述】:

我想在 google tv 模拟器中安装应用程序,但由于内存不足而无法安装。

我试过了 1) avd config ini 文件中的 disk.dataPartition.size=1024 2) 模拟器 -avd -partition-size 1024 -wipe-data

但没有任何结果。内部内存大小仅为 12 MB。

【问题讨论】:

    标签: memory emulation internal google-tv


    【解决方案1】:

    在 SO 上有一些关于增加 Android 模拟器内部内存的帖子,同样适用于 Google TV 模拟器:

    https://stackoverflow.com/a/5616720/251956

    https://stackoverflow.com/a/3945915/251956

    【讨论】:

      【解决方案2】:

      -partition-size 工作。

      这是一个 Google TV 插件错误。

      vim <android-sdks>/add-ons/addon-google_tv_addon-google-12/skins/720p/hardware.ini

      更改
      disk.dataPartition.size=128

      disk.dataPartition.size=128m

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2014-01-10
        • 2015-07-18
        • 2020-11-26
        相关资源
        最近更新 更多