Share via

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?

Developer technologies | .NET | Xamarin

Your answer

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