3

I am using Google Tv Addon for android with eclipse, My emulator runs fine but on start it gives a notification message of Low On Space Even If i give size of about 1000 MiB on creating the AVD it shows the same error. please help.Thanks!

Getting this in console:

com.android.ddmlib.SyncException: No space left on device

Regards, Muhammad Tahir Ashraf

  • this could resolve your issues!good luck http://stackoverflow.com/questions/4709137/solution-android-install-failed-insufficient-storage-error/5616720#5616720 –  Jun 21 '12 at 15:01
  • @gerard: that seems like the right answer. Could you please add it as a answer instead of comment, so that we can consider this question answered? :) – Megha Joshi - GoogleTV DevRel Jun 21 '12 at 18:58
  • Thanx for the comment but I have tried this but it's not working iam still getting the same error – Muhammad Tahir Ashraf Jun 25 '12 at 04:47

2 Answers2

3

Check out the solution at comment 12 on the google foruns. It worked for me!

Joao Sousa
  • 3,915
  • 1
  • 24
  • 29
  • This worked for me too. For completeness the solution from that post is: **modify 'disk.dataPartition.size' in the /add-ons/addon-google_tv_addon-google-12/skins/720p/hardware.ini to 'disk.dataPartition.size=512m'** (any value works, as long as the 'm' is there) – lamplightdev Sep 18 '12 at 17:43
1

I'm suffering the same issue and I think this is a bug.

I've created a bug report here: http://code.google.com/p/android/issues/detail?id=33697

feel free to star it and add comment / information to it.

Daniele Segato
  • 11,541
  • 5
  • 59
  • 84