Xamarin Android VS2019 and Android Package Format - not include library in bundle

DustOfRust 141 Reputation points
2021-10-05T17:46:40.1+00:00

137873-obraz.png

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?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,380 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.