You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: