Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

App does not compile on intel processor emulator #79

Open
krawler opened this issue Nov 1, 2018 · 1 comment
Open

App does not compile on intel processor emulator #79

krawler opened this issue Nov 1, 2018 · 1 comment

Comments

@krawler
Copy link

krawler commented Nov 1, 2018

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?

@SergeVil
Copy link

SergeVil commented Jun 6, 2019

Did you find the solution for the problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants