mingjunli / GithubApp

A Github Client App with MVP architecture use Dagger2, RxJava, Retrofit, Okhttp
http://blog.lmj.wiki/GithubApp
Apache License 2.0
675 stars 137 forks source link

用AS3.3.2构建项目失败! #16

Open netgb opened 5 years ago

netgb commented 5 years ago

app模块编译不通过

错误: 程序包cn.sharesdk.framework不存在

netgb commented 5 years ago

// implementation project(path: ':sharesdk')改成编译可以找到了 api project(path: ':sharesdk')

netgb commented 5 years ago

import com.anly.githubapp.di.component.DaggerApplicationComponent; 类没找到?