How can I fix this error in Android Studio: “Cause: invalid type code: 00”?

前端 未结 4 2092
旧巷少年郎
旧巷少年郎 2021-02-12 04:03

All the code was working perfectly and nothing was wrong. Suddenly when i want to run the app it gives me this one error.

I have not touched the code.I tried uninstalling

4条回答
  •  旧时难觅i
    2021-02-12 05:08

    I have solved this error.

    Step 1. Remove .gradle file from the project.

    Step 2. Remove .idea file from the project.

    Step 3. Rebuild the project, that's all.

    Happy Coding

提交回复
热议问题