Hello,

I assume, you mean 4 or 5 times by, taking time (i.e. "slower") in 
release mode? If yes, then yes that is how "debug" and "release" builds 
differ.

In "debug" build (regardless of whether you "run" or "debug"), we use 
"shared runtime" [*1] that is used for debugging on your device or 
emulator. Since transferring the entire app always take lots of time by 
Android's nature, we omit shared parts by installing it only once for 
all apps in development.

On the other hand, in the "release" build, your apk must be runnable 
without that shared runtime since your users won't have the shared 
runtime, so we package everything needed in your apk.

If that's not your Q, please give us more details :)

[*1] http://android.xamarin.com/Documentation/Build_Process#Shared_Runtime

Atsushi Eno

> Hi, i have the license to deploy in release mode
>
> when I compile in release mode, I have to run the application on my device 4
> or 5 times to open, I tried with my application and another example (which
> has the button clicks).
>
> What could be the problem?
>
>   Thank you.
>
>   regards
>
> --
> View this message in context: 
> http://mono-for-android.1047100.n5.nabble.com/Problem-in-Release-tp4864095p4864095.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> [email protected]
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
>
>

_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to