Reputation: 841
After creating an Android application project I have found these two errors in console:
Upvotes: 1
Views: 9902
Reputation: 1
Copy file devices.xml file(\sdk\tools\lib), and paste it to the location folder where the error occurred. This solution worked for me in Windows 10.
Upvotes: 0
Reputation: 21
in windows:
copy devices.xml file from
sdk\tools\lib\devices.xml
and paste(override it) to
sdk\system-images\android-22\android-wear\armeabi-v7a\devices.xml
This solution worked for me(try it).
Upvotes: 2
Reputation: 3721
It might be a permission issue. Make sure you have writing permissions for that folder. Try starting Eclipse or the SDK Manager as Administrator.
Upvotes: 3