I try change language level automatically in android studio, but nothing changed.
Then I found in the file ".idea/misc.xml" parameter languageLevel="JDK_1_6"
and try change to languageLevel="JDK_1_7"
, but it revert.
Android Studio 0.4.6
How to change language Level in the existing project?