shwenzhang / AndResGuard

proguard resource for Android by wechat team
Apache License 2.0
8.54k stars 1.54k forks source link

安装失败 apk内有objectbox so库 #391

Closed zhaobinsir closed 4 years ago

zhaobinsir commented 4 years ago

[INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2

simpleton commented 4 years ago

object box是什么?

zhaobinsir commented 4 years ago

是个开源数据库,问题解决了 ,替换了下属性,谢谢您的及时回复

------------------ 原始邮件 ------------------ 发件人: "Sim Sun"<notifications@github.com>; 发送时间: 2019年11月15日(星期五) 下午3:57 收件人: "shwenzhang/AndResGuard"<AndResGuard@noreply.github.com>; 抄送: "吧唧吧唧"<1414074529@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [shwenzhang/AndResGuard] 安装失败 apk内有objectbox so库 (#391)

object box是什么?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

imknown commented 4 years ago

@simpleton 是 GreenBot/GreenDao 搞得一个 类似 realm 的 独立数据库格式.

StephenDuan commented 3 years ago

@zhaobinsir 大神,问题怎么解决的,替换了哪个属性?

wenju999 commented 3 years ago

@zhaobinsir 大神,问题怎么解决的,替换了哪个属性? 看看这个能不能解决你的问题,https://www.jianshu.com/p/9a75aeb47ab1 在清单文件中,application添加这句话 android:extractNativeLibs="true"

StephenDuan commented 3 years ago

可以,多谢