Ali Bdeir
Ali Bdeir

Reputation: 4365

Failed to read file modules.xml in Android Studio

I'm getting this error:

image

And I'm not sure what to do. There is no modules.xml file in the specified folder, so how can I get it back?

Upvotes: 1

Views: 646

Answers (1)

not_again_stackoverflow
not_again_stackoverflow

Reputation: 1323

  1. Close Android Studio, if it's opened
  2. Go to the project workspace (Eg: C:\wheverever\it\is\TheProjectName)
  3. Delete .idea folder
  4. Open Android Studio and re import that project into it.

Upvotes: 1

Related Questions