javafxmobile-plugin icon indicating copy to clipboard operation
javafxmobile-plugin copied to clipboard

App does not compile on intel processor emulator

Open krawler opened this issue 7 years ago • 1 comments

Good Morning, I tried to run the generated apk on the intel x86 emulator, however I ran into error whose the main message is INSTALL_FAILED_NO_MATCHING_ABIS : Failed to extract native libraries, res=-113, I did not found any information about the issue and when I tried to place code on build.gradle to inform gradle to compile for intel x86 emulator with the following code:

splits { abi { enable true reset() include 'x86', 'armeabi-v7a' universalApk true } }

It does not recognize the comand: Could not find the method splits for arguments... I think the plugin javafxmobile should has another comand to compile to target x86 intel that is quite faster than ARM and able to run any apk than ARM processor(very slow). Does anyone have some information? This require a pull request?

krawler avatar Nov 01 '18 13:11 krawler

Did you find the solution for the problem?

SergeVil avatar Jun 06 '19 13:06 SergeVil