Got Error trying to build app

Got errors trying to build my app on Corona 2019.3564, but on official reliese no errors.

including logs…

https://pastebin.com/vUbTAvu2

Install java 1.8 and use latest daily build.

java version “1.8.0_231”

Java™ SE Runtime Environment (build 1.8.0_231-b11)

Java HotSpot™ Client VM (build 25.231-b11, mixed mode, sharing)

build.settings

https://pastebin.com/Y5aCRnak

build logs

https://pastebin.com/qfG6xemZ

It picks up wrong Java. Can you uninstall or delete other JDK/JRE?

> Detected Java version: 1.6 in: C:\Program Files\Java\jdk-13.0.1

you should only have 1.8, not 13.

Corona demands JDK to build apps. JDK 13.0.1 is the latest JDK. I dont undestand what to do. 

I see that removing notification plugin from build.settings goes to succesfull building. But I need notifications in my app (((

plugins = {  

       [‘plugin.ui_framework’] = {publisherId = ‘com.skyjoy’},

       [‘plugin.app_framework’] = {publisherId = ‘maciej.czekala’},

       --[‘plugin.notifications.v2’] = {publisherId = ‘com.coronalabs’},

    }

Use JDK 1.8. Not 18. Android does not fully support JDK 13.

Build system used in Android, Gradle 5, does not support JDK 13. Please, use JDK 1.8

I did what you recomend, but got build errors when use notification plugin:

https://pastebin.com/0i4TeDDj