A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Xamarin Android VS2019 and Android Package Format - not include library in bundle
DustOfRust
141
Reputation points
When I choose Android Package Format on "apk"
And it installs the application via adb directly on my phone. I can see that my application has been loaded with ".so" libraries.
But the problem is when I choose Android Package Format on "bundle", installed application on phone via adb does not contain ".so" libraries
Why the "bundle" format does not contain ".so" libraries, where are they and why were they not loaded with the application on the phone?
Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin
Sign in to answer