Unsupported major.minor version 52.0 in my app

后端 未结 28 2611
心在旅途
心在旅途 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:10

    I just encountered this problem.

    Reverting from the "Preview Channel" versions of the SDK tools and build tools to the latest stable version fixed it.

提交回复
热议问题