java: invalid source release: 8
Hello all! I have been downloaded Android Studio from Google developers. But when I want to start my project, I see the next error:
How can I fix this? I didn't found any solution on stackoverflow, so maybe here I will found the answer...Thanks in advance
Please sign in to leave a comment.
Hi Max,
Please provide your settings (main menu | file | export settings)
Denis
here it is
Attachment(s):
settings.jar
They look ok for me.
Could you provide a minimal but complete sample project which shows the problem at your environment?
Denis
I removed .apk files for less file size. It's my project
Attachment(s):
Apotheke.zip
Asked our android guy to have a look
Denis
If it can be helpful, so I created this project in Eclipse, and imported in free version of IntelliJ IDEA, and now - in Android Studio. But when I start new project in AS - it don't looks like project from Eclipse
Hello again! do you have look to my project?
Sorry about the delay. The problem is that "java 1.8" language level is chosen for the module (see Project Structure | Modules | <your_module> | Sources), but you compile with JSDK 1.6 or 1.7. Did you choose this manually?
No, it was chosen already. Thanks, I will try this solution.