好久没有写东西了,今天分享一下android第三方的东西是怎么应用的
1.下载第三方的SDK
2.右击项目 new mudule 根据你SDK的类型 导入你的SDK
3.添加依赖
3.1可以在build.gardle 里手动添加
dependencies {compile project(':你的名字')}3.2也可以在file->project structure->
好久没有写东西了,今天分享一下android第三方的东西是怎么应用的
dependencies {compile project(':你的名字')}