Adding a .so file in Android Studio

前端 未结 5 1659
攒了一身酷
攒了一身酷 2020-12-02 20:40

I am trying to add an external library, Scandit. I keep getting this error:

    java.lang.UnsatisfiedLinkError: Couldn\'t load scanditsdk-android-3.3.1 from          


        
5条回答
  •  隐瞒了意图╮
    2020-12-02 21:30

    I think it's a problem of the new gradle build system. Try the solution of this answer. There is also a link to a google group discussion, that describes solution and the problems more detailed.

提交回复
热议问题