Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

automatic class is not generated

未关闭
#331 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
25/100
Issue 类型
缺陷
描述清晰度
需要澄清
活跃度
停滞
技术栈
android, kotlin
领域
mobile

调研方向

先从 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,通用步骤见我们的新手贡献指南。

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

codepath/android_guides 的其他 Issue

查看 codepath/android_guides 的全部 Issue

相似的 Issue

更多 Mobile Dev Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。