You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error running the app on Android:
...\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java:44: error: cannot access ViewTreeObserver
flutterEngine.getPlugins().add(new com.jrai.flutter_keyboard_visibility.FlutterKeyboardVisibilityPlugin());
^
class file for android.view.ViewTreeObserver not found
This discussion was converted from issue #556 on December 28, 2021 17:06.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm getting this error running the app on Android:
...\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java:44: error: cannot access ViewTreeObserver
flutterEngine.getPlugins().add(new com.jrai.flutter_keyboard_visibility.FlutterKeyboardVisibilityPlugin());
^
class file for android.view.ViewTreeObserver not found
the app runs ok when removing the plugin,
Beta Was this translation helpful? Give feedback.
All reactions