Use 32-bit jni libraries on 64-bit android

后端 未结 7 1888
清酒与你
清酒与你 2020-11-28 23:39

I\'ve tried running an application using a native library on the Nexus 9.

The application exits with an error message:

java.lang.UnsatisfiedLinkError         


        
7条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 00:35

    For me the problem was that I enabled the advanced profiling feature under the build settings of the app

提交回复
热议问题