mingjunli / GithubApp

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

DaggerApplicationComponent类找不到 #7

Closed narakai closed 8 years ago

narakai commented 8 years ago

DaggerApplicationComponent类找不到,import com.anly.githubapp.di.component.DaggerApplicationComponent报错

mingjunli commented 8 years ago

Dagger开头的类是Dagger2编译生成的, 请先编译下工程~