pure-python-adb
pure-python-adb copied to clipboard
Cant use ppadb in pyinstaller package exe
I use ppadb in my code and use pyinstaller to turn it to exe but I run my exe file,it will said " ModuleNotFoundError: No module named 'ppadb' " I've try to add hidden-import "ppadb" but it didnt work
Any update pls?