automatic class is not generated
还没有人认领这个 Issue。
评估
调研方向
先从 issue 中描述的 app Gradle 依赖项和注解处理设置开始,然后将它们与教程配置进行比较。检查 component、module 和 MainActivity 片段,以确定为什么没有生成 Daggercomponent。当生成的类出现,并且所示的注入设置能够成功构建时,即表示完成。
由索引模型根据 Issue 内容生成。
描述
i just followed the tutorials here and trying to make an android app I made a module class and a component interface and also wrote all the annotations related too classes and objects for them but still the class Daggercomponent is not generated for me
also added all 4 lines of code to dependencies in app gradle
whats the problem ?(i tried to find annotation processor option in android studio 3.1.2 but its no where to be found)
component
`@Singleton
@Component (modules = [globals::class])
interface component {
fun inject (activity:Activity)
}`
module
`@Module
class globals {
lateinit var volleyinstance:VolleyController
fun golobals(volley:VolleyController){
volleyinstance=volley
}
@Provides
@Singleton
fun provideVolley():VolleyController{
return volleyinstance
}
}`
Main class
`class MainActivity : AppCompatActivity() {
@Inject lateinit var volleyController:VolleyController
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
}`
- 主要语言
- 没有语言数据
- 星标
- 28.3k
- 派生
- 6.2k
- PR 合并指标
- 30 天内没有已合并 PR
环境准备
我们还没有检查这个项目的环境配置文件。先看它的 README,通用步骤见我们的新手贡献指南。
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
codepath/android_guides 的其他 Issue
-
难度 1/5 1-3 小时 新手友好度 72/100
codepath/android_guides#320 ·
-
Rival fake未关闭
难度 5/5 一周以上 新手友好度 10/100
codepath/android_guides#424 ·
-
难度 3/5 1-2 天 新手友好度 25/100
codepath/android_guides#423 · 1 条评论 ·
-
难度 5/5 一周以上 新手友好度 1/100
codepath/android_guides#421 ·
-
难度 2/5 1-3 小时 新手友好度 35/100
codepath/android_guides#420 ·
查看 codepath/android_guides 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 68/100
-
难度 2/5 1-3 小时 新手友好度 68/100
-
难度 2/5 1-3 小时 新手友好度 74/100
saayam-for-all/webapp#1870 ·
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 74/100
T31n/YagniLauncher#1051 ·
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 78/100
callstackincubator/appduct#129 ·
维护者通常 1 天内回复