I\'m trying to use java version 1.7 with android studio but unfortunately it is not working properly... If set the version in File->Other settings -> Default pro
File->Other settings -> Default pro
No... there is no settings to change. Android SDK don't support full java 7 syntax, so you can't use it.
Note that java.nio.* (new in java 7 API) is supported by latest android version.