Android Studio duplicate generated files

后端 未结 1 1953
Happy的楠姐
Happy的楠姐 2021-01-02 19:36

Android studio keeps creating generated classes, even though they already exist.

The problem has something to do with the NavigationArgs I guess but it always gives

1条回答
  •  -上瘾入骨i
    2021-01-02 20:09

    OPTION 1:

    Please This Remove the Folder

    Remove The Folder After Click the assembleDebug :

    After execute this command AssembleDebug You will get your Error.

    OPTION 2:

    Follow the below instruction to resolve it.

    Project-level build.gradle

    use

    maven { url "https://www.jitpack.io" }
    

    instead of

    maven { url "https://jitpack.io" }
    

    0 讨论(0)
提交回复
热议问题