How about intel native lib inside an android javafxport apk

情到浓时终转凉″ 提交于 2019-12-25 07:49:47

问题


I see that inside generated apk, in lib directory there are only armeabi native shared libs. I try to install it on intel-atom android emulator, but installing I have this error:

adb install d:\Mypack.apk
[100%] /data/local/tmp/Mypack.apk
        pkg: /data/local/tmp/Mypack.apk
Failure [INSTALL_FAILED_NO_MATCHING_ABIS]

In lib\armeaby there are these .so:
libactivity.so
libdecora_sse.so
libglass_monocle.so
libjavafx_font.so
libjavafx_font_freetype.so
libjavafx_iio.so
libprism_common.so
libprism_es2_monocle.so
libwebview.so

So, does javafxports support intel architecture on android? May be I need a translator on emulator ? Please help. Thanks

来源:https://stackoverflow.com/questions/41834180/how-about-intel-native-lib-inside-an-android-javafxport-apk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!