-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
项目里的example打包release模式,报错so #5
Comments
buildTypes {
|
还是不可以,能帮忙加我微信18231630081或者QQ 498839683看看嘛。 def localProperties = new Properties() def flutterRoot = localProperties.getProperty('flutter.sdk') def flutterVersionCode = localProperties.getProperty('flutter.versionCode') def flutterVersionName = localProperties.getProperty('flutter.versionName') apply plugin: 'com.android.application' android {
} flutter { dependencies { |
大神,我用这个项目的example签名打包release后,报引用so的错误,搞了好久也没搞定
我用的V3.0的SDK,libs里边把arm64-v8a和armeabi-v7a两个文件都考进去了。
ndk也是配置的 abiFilters "armeabi-v7a","arm64-v8a"
debug模式正常,release闪退,查看log是so的错误,帮忙看下,万分感谢
The text was updated successfully, but these errors were encountered: