简体   繁体   中英

why take a empty Xamarin Android app about 10mb space?

i tryed Xamarin on my android smartphone and install the default "Hello world Button Click" app on it. This empty app take 9,3mb on my smartphone and i wondering if it's normal for a android app? Maybe i done something wrong and can deleate something from the default project?

Xamarin apps have to package the .NET runtime with each individual app. Debug versions of the app are by default bigger; release versions should be smaller, and there are techniques you can use to minimize their size further.

This is discussed in detail here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM