0

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.

Midhun PM
  • 512
  • 1
  • 7
  • 24
  • build the apk with .arr file using android studio and install it on your device first. if it works fine then add it into the source as pre-built apk – Mushahid Gillani Jul 12 '18 at 12:37
  • Thank you for this solution. I already did this method. I want to build all my source within AOSP source tree. – Midhun PM Jul 13 '18 at 00:15

0 Answers0