TerminalStudio / flutter_pty

Pty for Flutter. Provides the ability to create processes with pseudo terminal file descriptors.
https://pub.dev/packages/flutter_pty
MIT License
22 stars 20 forks source link

Permission denied on android 11 #8

Closed azkadev closed 1 year ago

azkadev commented 1 year ago

I tried your library and used in app to run exe binary but always permission denied, I did chmod 777 but it doesn't work how to do it?

Cateners commented 1 year ago

@azkadev I encountered the same issue as you did. May I know how you resolved it?

Cateners commented 1 year ago

Oh, I got it. I have to set the targetSdkVersion lower than Android Q. https://github.com/termux/termux-app/issues/1072 Although I saw this article a long time ago, I will never pay attention to it unless there is an issue with my project.