how to use 32bit native libraries on 64 bit Android-L platform

后端 未结 3 1687
闹比i
闹比i 2020-12-01 08:31

I have a Android application which i compiled with AOSP(Kitkat) as android system application and it was running fine. My application is dependent on native code compiled wi

3条回答
  •  一个人的身影
    2020-12-01 09:29

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

    Try this in your Android.mk LOCAL_MULTILIB := 32

提交回复
热议问题