BlazeCodeDev
BlazeCodeDev

Reputation: 989

Android Studio replacing random files

Android Studio is replacing files in my projects. It mainly affects layout files. Mostly it looks like this: enter image description here

Most of the time the app is still able to build and run without errors. I can easily restore these files through Git, but it's really annoying.

This doesn't appear for any reason, like a crash or something like that.

I'm running Android Studio 4.0.1 Build #AI-193.6911.18.40.6626763, built on June 25, 2020 Runtime version: 1.8.0_242-release-1644-b01 amd64

Has anyone encountered something similar and knows how to fix it?

Upvotes: 1

Views: 290

Answers (3)

Praveen Singh
Praveen Singh

Reputation: 53

i was facing that issue

copy your code and move it to other directory then Delete Top 2 folders named(.gradle and .idea) and also delete all .iml files then import this project (do not open project use import project)

Upvotes: 0

Moinuddin
Moinuddin

Reputation: 76

Erasing the cache of Android Studio will resolve the issue. to do this go to /.AndroidStudio4.0/system/caches/ folder and delete all the files in this folder.

Upvotes: 0

Ajay Pawar
Ajay Pawar

Reputation: 35

you can solve this issue >> kindly reinstall android studio . several days before i got this issue .

Upvotes: -1

Related Questions