2

I would like to install application in google tv emulator, but it don't install because of insuffient internal memory.

I have tried 1) disk.dataPartition.size=1024 in avd config ini file 2) emulator -avd -partition-size 1024 -wipe-data

But without any results. Inernal memory size is only 12 MB.

Art Spasky
  • 1,635
  • 2
  • 17
  • 30

2 Answers2

2

There are some posts on SO about increasing internal memory on Android emulator, the same should work for Google TV emulator:

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

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

Community
  • 1
  • 1
1

-partition-size does NOT work.

this is a Google TV add-on bug.

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

change
disk.dataPartition.size=128
to
disk.dataPartition.size=128m

see

chengbo
  • 5,789
  • 4
  • 27
  • 41