-
Notifications
You must be signed in to change notification settings - Fork 358
.android/adbkey missing #95
Comments
Hmm, python-rsa isn't depended on anywhere (just in the docs, will fix in master). You need Theoretically, it's a standard RSA private/public key pair, so if you find how to create it using the three libraries we support, then we can create the file when it doesn't exist rather than error out like we're doing now. |
I have similar problem - application is distributed in Docker container and runs almost completely isolated from host filesystem, we don't have even |
Isn't this a duplicate of #131 now? |
"pkg_resources.DistributionNotFound: The 'python-rsa' distribution was not found and is required by adb"
File "/home/vxerlee/python-adb/adb/sign_m2crypto.py", line 24, in init
with open(rsa_key_path + '.pub') as rsa_pub_file:
IOError: [Errno 2] No such file or directory: '/home/vxerlee/.android/adbkey.pub'
The text was updated successfully, but these errors were encountered: