davidmoten / rxjava-file

RxJava observables for files including NIO events
Apache License 2.0
82 stars 17 forks source link

Android compatibility #15

Closed wkarl closed 7 years ago

wkarl commented 7 years ago

Not all java.nio classes are available on Android: java.lang.NoClassDefFoundError: Failed resolution of: [Ljava/nio/file/WatchEvent$Kind;

Would it be possible to make this platform independent?

davidmoten commented 7 years ago

Don't know. Can you do the research?

wkarl commented 7 years ago

Okay I'll have a look!

wkarl commented 7 years ago

Unfortunately Android uses a platform specific FileObserver to watch for file changes: https://developer.android.com/reference/android/os/FileObserver.html