I made a very simple Cordova project, added the Android platform and the Firebase plugin. I can't get it to build or run. I get errors after errors.
Here are the steps:
- cordova create hello com.example.hello Hello
- cordova platform add android
- cordova plugin add cordova-plugin-firebase
Or, just download the code from: https://github.com/abelabbesnabi/cordova.git
I have the following environment:
Cordova 9.0.0
Android Studio 3.5 Build #AI-191.8026.42.35.5791312, built on August 8, 2019 JRE: 1.8.0_202-release-1483-b03 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Any idea please?