Hi.
I am new to Android. My application includes audio and .png files of around 54MB. I have stroed all these files in Asset folder. The problem is when I try to run application emulator starts normally but application does not upload.
it throws following exception:
[2010-02-16 14:09:07 - ipooja]Failed to upload ipooja.apk on device 'emulator-5554'
[2010-02-16 14:09:07 - ipooja]java.io.IOException: Unable to upload file: No space left on device
[2010-02-16 14:09:07 - ipooja]Launch canceled!
I am using android 2.0 api 5, Eclipse Ganymede. I tried to run it by increasing Device RAM size as well as VM Heap size. But no success.
Please suggest is there any alternate solution of storing/accessing these files other than through SD Card.
Your early reply will be highly appreciated.
Thanks



