-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
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
Not able to install app using flutter_libserial on android #17
Comments
Hi, do I understand correctly that a plain Flutter counter example or such works fine, but as soon as flutter_libserialport is added as a dependency, the build error occurs? |
Problem get resolved by uninstall and after that again installing sdk in android resolves the problem. SerialPortError: Permission denied, error = 13 Running on Android Version 8.1.0 |
I don't know what kind of device you have, but hopefully a rooted one: jpnurmi/libserialport.dart#3 |
We put permission handling in todo. |
Even through updated android studio to use latest version of NDK
The text was updated successfully, but these errors were encountered: