Skip to content
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

插件间公用库问题? #11

Closed
leon49 opened this issue Sep 7, 2015 · 1 comment
Closed

插件间公用库问题? #11

leon49 opened this issue Sep 7, 2015 · 1 comment

Comments

@leon49
Copy link

leon49 commented Sep 7, 2015

1.demo中 TestPlugin 是把DroidPlugin库给compile编译进去了
compile project(':Libraries:DroidPlugin')
为何不用 provided?

2.不同插件之间能否共用 带有资源的库?
provided 只能对.jar包进行引用
而有共用资源的共有库怎么共享呢(drawable下的资源 values下的配置)?

@cmzy
Copy link
Member

cmzy commented Sep 7, 2015

1、请参阅gradle文档。
2、不行。

leon49 [email protected]于2015年9月7日 周一20:33写道:

1.demo中 TestPlugin 是把DroidPlugin库给compile编译进去了
compile project(':Libraries:DroidPlugin')
为何不用 provided?

2.不同插件之间能否共用 带有资源的库?
provided 只能对.jar包进行引用
而有共用资源的共有库怎么共享呢(drawable下的资源 values下的配置)?


Reply to this email directly or view it on GitHub
https://github.com/Qihoo360/DroidPlugin/issues/11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants