You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After analyzing the current state of the generated .apk file with HelloAndroid CoreCLR build it was identified that there is room for improvement for the following native components:
libmscordbi and libmscordaccore - (debugger support) should be excluded in Release builds
libclrgcexp and libclrgc - (standalone GC variants) should be excluded
libcoreclr - currently we build both server and workstation GC variants into the runtime library, for devices we probably don't need the server variant which we could exclude from the library and save size.