Use 32-bit jni libraries on 64-bit android

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

提交回复
热议问题