-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
I get compiler errors trying to uses this crate. I guess because my other code uses the latest JNI.
error[E0308]: arguments to this function are incorrect
--> ui/src/os_spec/android/mod.rs:450:9
|
450 | ndk::native_window::NativeWindow::from_surface(env.get_raw(), *surface)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: expected `jni_sys::JNINativeInterface_`, found `JNINativeInterface_`
--> ui/src/os_spec/android/mod.rs:450:56
|
450 | ndk::native_window::NativeWindow::from_surface(env.get_raw(), *surface)
| ^^^^^^^^^^^^^
note: there are multiple different versions of crate `jni_sys` in the dependency graph
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels