:app:compileDebugJava Failed at Android Studio IDE

坚强是说给别人听的谎言 提交于 2020-01-02 23:03:55

问题


I have checkout my project branch from SVN at Android Studio with slicSVN workspace.

but when I'm making rebuild whole project but

Error:Execution failed for task ':app:compileDebugJava'. invalid source release: 1.7"

Why this issue had been arise ?


回答1:


I have done this issue, I'm using JDK6, but project built at JDK7, so I installed JDK7 and set path and java_home and run again, It's working fine....



来源:https://stackoverflow.com/questions/25805025/appcompiledebugjava-failed-at-android-studio-ide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!