code like this: signer = sign_cryptography.CryptographySigner(os.path.expanduser('~/.android/adbkey')) device = adb_commands.AdbCommands() def __init__(self): AdbHelper.device = adb_commands.AdbCommands() AdbHelper.device.ConnectDevice(rsa_keys=[AdbHelper.signer]) if running this, the error will be happened, i install from setup use lasted code in github, what's happend, can help me
code like this:
signer = sign_cryptography.CryptographySigner(os.path.expanduser('~/.android/adbkey'))
device = adb_commands.AdbCommands()
if running this, the error will be happened, i install from setup use lasted code in github, what's happend, can help me