Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDEA 12 error "Cannot reload AVD list: Error parsing /tools/lib/devices.xml"?

I installed new IntelliJ IDEA 12, Community Edition. I used it top open an Android project created in IDEA 11 (the last version before 12 appeared). When I tried to run Android app, I got error:

Cannot reload AVD list: Error parsing MY_PATH/tools/lib/devices.xml

Did anyone get this error? How to solve it?

This is IDEA 12 for Linux 64bit machines.

EDIT

I am using SDK Tools r21.

like image 282
sandalone Avatar asked Dec 07 '12 14:12

sandalone


1 Answers

Copy the devices.xml file from "../sdk/tools/lib/devices.xml."

to your local folder:

C:\Users\USERNAME.android\

Solved my problem.

like image 79
Luis Avatar answered Oct 15 '22 12:10

Luis