On Apr 13, 2013, at 11:10 AM, JLee <mono.andr...@gridline.de> wrote:
> Yesterday i installed 4.6.02001.
> 
> Now i'm facing long build- & packaging-times. Build takes 60+ sec. / 
> packaging (incl. copy to device) 70+ sec (in debug-mode).I never stopped 
> buildtime on 4.2.7....but it is a huge difference.

Bugs were fixed, mistakes were made, things regressed.

Sorry.

The slowdown is Bug 10840, and there is a short-term workaround:

        https://bugzilla.xamarin.com/show_bug.cgi?id=10840
        https://bugzilla.xamarin.com/show_bug.cgi?id=10840#c6

This will be fixed in the forthcoming 4.6.3 release.

> package-size:
> the package-size under debug increases from ~500kb (4.2.7) to now ~1000kb.
> the package-size under release is (blessedly) almost the same.

Which kind of "debug"? Specifically, is this with or without fast deployment?

Inexplicable background: the 4.6.2 contains a fix for #9433 which fixes 
debugging for non-fast deployment by adding .mdb files to the .apk. This could 
explain the increase in your .apk size.

However, the fix for #9433 is also responsible for linker breakage [0], so 
we'll be reverting the #9433 fix for 4.6.3 so that Release linking with 
Mono.Android.Support.* assemblies will actually work.

Pro: your .apk size will decrease. (Note: not actually a good thing.)
Con: You (still!) won't be able to debug non-fast deployment apps.

> strange behavior in debug-mode (only when debugger is connected):
> the debugger internally stopped at a codeline and didn't go further. I hit 
> pause & F5 several times, the debugger always stood on the same codeline (it 
> was not in a loop ;).

This is the first I remember hearing of this issue. :-(

Please file a bug at bugzilla.xamarin.com.

Thanks,
 - Jon

[0]: 
http://forums.xamarin.com/discussion/3106/problems-with-linker-in-xamarin-android-4-6

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to