Android SDK for all Platforms???

+1 vote
asked Aug 3, 2017 by allenweng (160 points)
Hello all,

I notice that in EasyAR SDK for Android, there is only one .so for armeabi-v7a, can you compile easyar for all platforms so that other androids like x64 can use it???

THANKS!!!

1 Answer

+1 vote
answered Aug 4, 2017 by kenn (18,750 points)
commented Aug 5, 2017 by allenweng (160 points)
thanks...

_1) when SDK 2.1 will release?

_2)my friend test app with only folder v7a on his 64 bits device, crash directly,

java.lang.UnsatisfiedLinkError: dlopen failed: library "/data/app/com.Allen.sf-1/lib/arm64/libEasyAR.so" not found
    at java.lang.Runtime.load0(Runtime.java:908)
    at java.lang.System.load(System.java:1505)
    at cn.easyar.engine.EasyAR.loadLibraries(EasyAR.java:228)
    at cn.easyar.engine.EasyAR.initializeInner(EasyAR.java:156)
    at cn.easyar.engine.EasyAR.initialize(EasyAR.java:133)
    at com.AllenSmartFaust.sfPivoine.MainActivity.onCreate(MainActivity.java:81)
    at android.app.Activity.performCreate(Activity.java:6861)
    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2771)
    at android.app.ActivityThread.-wrap12(ActivityThread.java)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1518)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:160)
    at android.app.ActivityThread.main(ActivityThread.java:6274)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:788)
commented Sep 7, 2017 by kenn (18,750 points)
remove arm64-v8a folder from you projects, then it will stop crash...

Anyway, EasyAR SDK 2.1 is on the way, you can get it very soon.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...