-2

While pushing/installing an app to Tizen Emulator, I am getting error No space left on device. How can this error be resolved? I don't see any option in installation manager related to this.

Using following command to do this:

sdb push TestApplication.wgt /mnt/mmc/TestApplication.wgt
4

2 回答 2

0

can you use 'df' cmd in sdb shell and paste the output here in comment. It looks no space available in /mnt/mmc.

Also try below two methods

Is sdb in root mode?

If not, then Run this cmd on terminal sdb root on and then try to push

Or

Trying pushing it to /opt/usr/media

sdb push TestApplication.wgt /opt/usr/media

于 2015-07-15T07:31:38.840 回答
-1

Issue was in my system drive where Tizen SDK was installed. There was no much space left in my system drive itself. I removed some files and made around 2 GB available and created new emulator. Then it started working fine and was showing sufficient space to install applications.

于 2015-07-24T10:07:39.423 回答