On Apr 27, 2013, at 4:49 AM, krish <[email protected]> wrote:
> it started deploying and at the time of installing mono shared 
> runtime(armeabi-1365905400)....i was got error that 
> <http://mono-for-android.1047100.n5.nabble.com/file/n5713232/no_space_disk_error.bmp>
>  

Key part of the dialog box:

        AdbException: No space left on device.

You ran out of disk space.

> ---------------------------------------------------------------------
> m using MTS MTAG7.0 (Android 2.2.2)
> while i was connecting my tablet to pc ,the settings are as like:
> in phone and sd card storage settings->
> internal phone storage available space :9.55MB

9.5MB is not enough internal storage. You need closer to 30MB free for Debug 
builds, probably more (depending on app size).

The easy workaround is to edit your Project Options and disable the shared 
runtime, while maintaining Fast Deployment. This _should_ allow your app to fit 
within 9MB...hopefully.

If that doesn't work, you'll need to manually install the shared runtime 
packages onto your SD card:

        rem Find `adb`; this is usually in %LOCALAPPDATA%...
        adb install -s 
%ProgramFiles(x86)%\MSBuild\Xamarin\Android\Mono.Android.DebugRuntime-debug.apk
        adb install -s 
%ProgramFiles(x86)%\MSBuild\Xamarin\Android\platforms\android-8\Mono.Android.Platform.apk

(The above assumes your app is targeting Android v2.2.)

Once the shared runtime packages have been installed, you should be able to 
Debug normally from your IDE.

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to