I have Ubuntu installed through Wubi. When I try to start Android Studio it throws me this exception:
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit
at java.awt.Component.<clinit>(Component.java:595)
at com.intellij.idea.Main.showMessage(Main.java:190)
at com.intellij.idea.Main.showMessage(Main.java:177)
at com.intellij.idea.Main.main(Main.java:80)
I've read that it could be problem with libxtst6:i386
in 64-bit systems, but I've installed it and it's not work for me.
Any ideas what's wrong?