Unsupported major.minor version 52.0 in my app

后端 未结 28 2605
心在旅途
心在旅途 2020-11-28 03:43

I\'m trying to compile my Android project and I\'m getting this error

[INFO] Exception in thread \"main\" java.lang.UnsupportedClassVersionError: com/android         


        
28条回答
  •  迷失自我
    2020-11-28 04:03

    I am on Android Studio 2.0 and facing the same problem. The solution provided by Rudy Kurniawan sorted out this issue. The affected file can be located by:

    "Project" -> "Android" -> "Gradle Scripts" -> "build.gradle(Module:app)"

    The "Project" pane is default on the left. To find it, inspect the name of the side tabs, click it, then use the top pull down box to get to "Android". Expand the tree in the pane to find the target file. Double-click it to edit.

提交回复
热议问题