INSTALL

it2024-03-22  55

INSTALL_FAILED_NO_MATCHING_ABIS 

Failed to extract native libraries, res=-113

android->defaultConfig节点下添加 ndk { // Specifies the ABI configurations of your native // libraries Gradle should build and package with your APK. // abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a', 'mips', 'mips64' abiFilters 'armeabi-v7a','arm64-v8a' }

 

最新回复(0)