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
怎么回事啊》》??我导入不成功!!用了2种方式
第一种,直接 compile 'com.github.kingideayou:tagcloudview:1.0.2'
不行。
第二种,首先下载 tagView,将 tagView 文件夹拷贝到项目的目录下面,然后在setting.gradle文件中增加文件夹名称
include ":tagview" 然后在我们需要依赖这个模块的module中的build.gradle文件中加入如下代码:
compile project(':tagview')
也不行
The text was updated successfully, but these errors were encountered:
No branches or pull requests
怎么回事啊》》??我导入不成功!!用了2种方式
第一种,直接 compile 'com.github.kingideayou:tagcloudview:1.0.2'
不行。
第二种,首先下载 tagView,将 tagView 文件夹拷贝到项目的目录下面,然后在setting.gradle文件中增加文件夹名称
include ":tagview"
然后在我们需要依赖这个模块的module中的build.gradle文件中加入如下代码:
compile project(':tagview')
也不行
The text was updated successfully, but these errors were encountered: