TheZ3ro / apk2java-linux

Decompile apk and get java or smali source
84 stars 31 forks source link

urllib.request not found #17

Open Ahmadbaba46 opened 6 years ago

Ahmadbaba46 commented 6 years ago

i am using this on kali linux, i got this error

Traceback (most recent call last):
  File "apk2java.py", line 6, in <module>
    import urllib.request
ImportError: No module named request

i don't know how to repair it.