Java Quartz in Android Studio
StdSchedulerFactory in Java Quartz (http://www.quartz-scheduler.org/overview/) requires some classes from java.beans that aren’t included in Android. There is a jar file available from Google (https://code.google.com/archive/p/openbeans/) to add the classes, but the import path to the classes needs to be changed in the Quartz files which are read-only. How can this be done? enter image description here