americosfacebook / googletv-issues

Automatically exported from code.google.com/p/googletv-issues
0 stars 0 forks source link

GoogleTV Emulator fails to launch #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There appears to be an issue with the hardware.ini settings in the google tv 
addons with the latest Android SDKs.   They are missing the appropriate size 
parameters for the data partition size.

By default they are set to:

disk.dataPartition.size=128

However they need to specify somehthing like:

disk.dataPartition.size=128m

With out the "m" the emulator will fail to launch completely the googletv.  
I've manually made changes locally in both the 720p and 1080p skins' 
hardware.ini file so that future AVDs created with the command line will 
correctly create the configuration correctly.

Once you make the changes and create new avds the emulator launches GTV 
correctly.

Original issue reported on code.google.com by kingarg...@gmail.com on 23 Nov 2012 at 7:23

GoogleCodeExporter commented 8 years ago
This was originally reported against the SDK, but this seems more appropriate.

http://code.google.com/p/android/issues/detail?id=33697

Original comment by kingarg...@gmail.com on 23 Nov 2012 at 7:30