Use 32-bit jni libraries on 64-bit android

后端 未结 7 1819
清酒与你
清酒与你 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:41

    https://source.android.com/source/64-bit-builds.html

    Try this in you Android.mk

    LOCAL_MULTILIB := 32
    
    0 讨论(0)
提交回复
热议问题