App Develoment
Project detail
Please take a closer look at the project and let me know your thoughts.
Here’s the Cordova plugin that needs to be fixed:
https://github.com/tomcatmwi/cordova-jwplayer
The problem is described in readme.MD.
Here is a Cordova project to test the plugin:
https://github.com/tomcatmwi/jwpcordova
For those who don’t know Cordova:
Cordova plugins are not standalone Android apps. They have to be added to a Cordova project, built and run along with it.
You’ll have to install Cordova first, then download the test project. You can run it with this command:
cordova run android –device
This builds the project and runs it on an Android device connected on USB. Omit –device to use an emulator.
The build output goes into the directory /platforms/android as a regular Android Studio project. You can open this project and try to fix the bug in Android Studio. If you can get it work, it’s good enough for us.
Please let me know if you would like to work on this.