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
replugin-host-lib-release.zip
下面是插件(你自己的插件项目)的依赖: 请修改为replugin-plugin-lib-release-3.1.0.aar, 然后在插件的依赖的地方加入 implementation fileTree(include: ["*.aar"], dir: 'libs') replugin-plugin-lib-release-3.1.0.zip
下面是gradle 的插件, 1个是打包宿主的, 1个是打包插件的. 在项目根目录加入:
classpath fileTree(include: ["*.jar"], dir: 'libs/plugin') // 下面两个插件是下面2个插件的依赖, 必须加上. classpath 'org.javassist:javassist:3.18.2-GA' classpath 'net.dongliu:apk-parser:2.2.0'
下面的2个插件后缀修改为.jar.
replugin-host-gradle-3.1.0.zip replugin-plugin-gradle-3.1.0.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
replugin-host-lib-release.zip
下面是插件(你自己的插件项目)的依赖: 请修改为replugin-plugin-lib-release-3.1.0.aar, 然后在插件的依赖的地方加入
implementation fileTree(include: ["*.aar"], dir: 'libs')
replugin-plugin-lib-release-3.1.0.zip
下面是gradle 的插件, 1个是打包宿主的, 1个是打包插件的. 在项目根目录加入:
下面的2个插件后缀修改为.jar.
replugin-host-gradle-3.1.0.zip
replugin-plugin-gradle-3.1.0.zip
The text was updated successfully, but these errors were encountered: