Hi,
I do not use IntelliJ. Anyway, you are definitely pointing into the right direction.
ls -alh ~/.android
=> no devices.xml, but two backup files:
-rw-r--r-- 1 pyricau staff 3,2K 19 nov 21:51 devices.xml.old
-rw-r--r-- 1 pyricau staff 2,4K 20 nov 16:41 devices.xml.old.0
I create the new Device definition in Eclipse, and now the devices.xml file gets created:
-rw-r--r-- 1 pyricau staff 2,4K 22 nov 11:27 devices.xml
I exit Eclipse and the restart it, and I don't have any devices.xml file any more.
-rw-r--r-- 1 pyricau staff 3,2K 19 nov 21:51 devices.xml.old
-rw-r--r-- 1 pyricau staff 2,4K 20 nov 16:41 devices.xml.old.0
-rw-r--r-- 1 pyricau staff 2,4K 22 nov 11:25 devices.xml.old.1
Basically it seems that on restart of Eclipse the devices.xml file is changed into a backup file...
This happens with the APT Bundle as well as with a standard Eclipse with APT plugin.