Midhun PM
Midhun PM

Reputation: 522

Pack .arr inside in the apk in aosp build

In my project, I have one .aar file(Bundle of .so files which build on armebabi-v7a) and it will successfully build in the Android AOSP source tree. (Source tree is based on the arm64-v8a).

But I run the application, in the device, it will crash and shows the following error.

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader

Please help me to solve the below issue, To pack .aar lib in the application apk itself.

Upvotes: 0

Views: 186

Answers (0)

Related Questions