We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to implement this plugin and my code is very similar to the example given.
However, whenever I start the app, I get this output. The line I think matters the most is: java.lang.IllegalStateException: Couldn't create Engine
java.lang.IllegalStateException: Couldn't create Engine
flutter doctor says there are no issues.
flutter doctor
Please help, I really need this to work. I've looked everywhere and couldn't find a solution. Thank you!
Here's some more info: Operating System: Manjaro i3 18.04 CPU: Intel Core i3 (this might be the issue) Flutter Version: v1.5.4 Android SDK Version: 28.0.3 Android Studio(which I don't use): v3.4
The text was updated successfully, but these errors were encountered:
I just ran the example you have provided in the repo and got the same result: java.lang.IllegalStateException: Couldn't create Engine
Sorry, something went wrong.
Hello,
I had the same issue, make sure you have set OpenGL API Level to "Render Maximum" value by default.
No branches or pull requests
I'm trying to implement this plugin and my code is very similar to the example given.
However, whenever I start the app, I get this output. The line I think matters the most is:
java.lang.IllegalStateException: Couldn't create Engine
flutter doctor
says there are no issues.Please help, I really need this to work. I've looked everywhere and couldn't find a solution. Thank you!
Here's some more info:
Operating System: Manjaro i3 18.04
CPU: Intel Core i3 (this might be the issue)
Flutter Version: v1.5.4
Android SDK Version: 28.0.3
Android Studio(which I don't use): v3.4
The text was updated successfully, but these errors were encountered: