We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Gradle Plugin Version:.4.0.1 Gradle Version:6.5.0 booster版本:v4.16.3 splits { abi { enable true reset() include "armeabi-v7a", "arm64-v8a" universalApk true } } 当使用此配置时,无法找到AndroidManifest.xml,注释掉上面的代码,可以正常编译,打包 错误信息:
splits { abi { enable true reset() include "armeabi-v7a", "arm64-v8a" universalApk true } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Android Gradle Plugin Version:.4.0.1
Gradle Version:6.5.0
booster版本:v4.16.3
splits { abi { enable true reset() include "armeabi-v7a", "arm64-v8a" universalApk true } }
当使用此配置时,无法找到AndroidManifest.xml,注释掉上面的代码,可以正常编译,打包
错误信息:
The text was updated successfully, but these errors were encountered: