美文网首页
RePlugin使用

RePlugin使用

作者: Lucky胡 | 来源:发表于2019-06-19 11:58 被阅读0次

1、官方github地址
https://github.com/Qihoo360/RePlugin

2、集成方法
https://github.com/Qihoo360/RePlugin/wiki/主程序接入指南
出现的问题:
RePlugin无法Sync成功,No signature of method: com.android.build.gradle.internal.scope
解决方法:
https://github.com/Qihoo360/RePlugin/issues/640
其中perqin的解决方法。

build时出错:
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.qihoo360.replugin:replugin-host-gradle:2.3.2'

解决方法:
https://github.com/Qihoo360/RePlugin/issues/810
因为和gradle 3.4.1不兼容,需要将gradle版本降低到3.3.2

问题:
即使用了RePlugin来启动大疆的应用作为插件,只要主程序用的AndroidX,大疆还是会崩溃。

相关文章

网友评论

      本文标题:RePlugin使用

      本文链接:https://www.haomeiwen.com/subject/wbbhqctx.html