Is it possible to use Java 8 for Android development?

后端 未结 26 2347
礼貌的吻别
礼貌的吻别 2020-11-21 22:50

Searching the web, it is not clear if Java 8 is supported for Android development or not.

Before I download/setup Java 8, can some one point me at any \"official\" d

26条回答
  •  执笔经年
    2020-11-21 23:19

    All the above solutions doesn't seem to work in 2019 with the latest Android Studio 3.4+.

    I figured out a perfect and up to date solution to migrate or upgrade your Android Project to Java 8.

    Solution: Click on File -> Project Structure -> Modules -> Properties tab.

    Change the Source Compatibility and Target Compatibility to 1.8 (Java 8)

提交回复
热议问题