I am just starting out learning Android (Java) in Android studio but I have hit a wall, whatever I try I cant get it to work.
Every time I start a new project (for example myFirstApp) and try and run it i get the error message
"Cannot reload AVD list cvc-enumeration-valid: Value '280dpi' is not facet-valid with respect to enumeration '[ldpi, mdpi, tvdpi, hdpi, xhdpi, 400dpi, xxhdpi, 560dpi, xxxhdpi]'. It must be a value from the enumeration. Error parsing C:\Users\adam\AppData\Local\Android\sdk\system-images\android-23\android-wear\armeabi-v7a\devices.xml
cvc-enumeration-valid: Value '280dpi' is not facet-valid with respect to enumeration '[ldpi, mdpi, tvdpi, hdpi, xhdpi, 400dpi, xxhdpi, 560dpi, xxxhdpi]'. It must be a value from the enumeration.**"
When I try and run the app on the emulator I get an error due to this message, I have looked around google and I cant find any answers that help me, It is driving me insane.
Any help would be greatly appreciated