Why do some Android phones cause our app to throw an java.lang.UnsatisfiedLinkError?

前端 未结 4 977
被撕碎了的回忆
被撕碎了的回忆 2020-12-02 10:23

We\'re experiencing a java.lang.UnsatisfiedLinkError on some of the Android phones that are using our app in the market.

Problem description:

4条回答
  •  攒了一身酷
    2020-12-02 11:02

    Android started packaging their libraries in /data/app-lib// sometime around Ice Cream Sandwich or Jellybean, I can't remember which.

    Are you building and distributing both for "arm" and "armv7a"? My best guess is that you only built for one of the architectures and you're testing on the other.

提交回复
热议问题