Cannot use lambda functions in Android with Java 1.8

前端 未结 3 1563
情书的邮戳
情书的邮戳 2021-01-02 21:40

The library I\'m using is bychan, I can\'t even include it in a Nougat empty app project either loaded as module or through jar.

So this is an examp

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-02 22:33

    Overall set up looks good to me except for the Java JDK 1.8 part.You need to set a correct path to JDK installation folder in Android Studio in order to use all the new Java 8 features.

提交回复
热议问题