In order to compile under Android, the issue of defender methods must be resolved. There are two approaches that I can think of:
* change the methods to regular interface methods and copy the implementation where necessary
* remove the methods
NOTE: Any solution that we have will likely involve different source folders for iOS and Android versus other OpenJFX platforms
* change the methods to regular interface methods and copy the implementation where necessary
* remove the methods
NOTE: Any solution that we have will likely involve different source folders for iOS and Android versus other OpenJFX platforms
- relates to
-
JDK-8098333 Make an alternate Java 7 source tree for ObservableList
- Closed
-
JDK-8098398 Evaluate Retrolambda for Android
- Closed
-
JDK-8094005 Various source files are missing from javafx-src.zip
- Resolved