From the course: .NET 9 Maui: Enhanced Features for Cross-Platform Development
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Android 32-bit architectures
From the course: .NET 9 Maui: Enhanced Features for Cross-Platform Development
Android 32-bit architectures
- [Instructor] Another change for Maui and Dotnet 9 is support for Android apps simply by targeting net nine dash Android. However, Maui has also made several other changes for Android. One of them is that by default projects no longer target non 64 bit platforms. The primary motivation for this is to reduce the size of the binaries that are deployed. Let's take a look at the size of the binaries that are currently being created in Dotnet 9 with the start code for this video. And we're going to try a command line release build. So we'll go out here and go tools, command line, and developer command prompt. CD into the QR tracker project directory. And we'll go Dotnet, publish, and we'll go for the build configuration to be released. And the platform. We're going to look at net 9.0 Android and press return. And now that it's compiled, let's see what the size is of what we built. Okay, here we are in Windows Explorer, we're going to go into bin directory and release and Android. And we…
Contents
-
-
-
-
-
-
-
(Locked)
Android asset packs8m 58s
-
(Locked)
Android 32-bit architectures4m 57s
-
(Locked)
Android marshal methods4m 3s
-
iOS multitarget bindings5m 18s
-
(Locked)
XAML compiler changes2m 3s
-
Updating an existing project: Practical exercise3m 37s
-
(Locked)
Updating an existing project: Additional considerations2m 38s
-
(Locked)
-