Swind / pure-python-adb

This is pure-python implementation of the ADB client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant use ppadb in pyinstaller package exe

Zhen-Bo opened this issue · comments

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?