Blueeyes3
Results
1
comments of
Blueeyes3
@Simon-Davies I was facing the same issue. The below changes to android.py resolved it. click.secho('Signing new APK.', dim=True) o = delegator.run(list2cmdline([ self.required_commands['jarsigner']['location'], '-sigalg', 'SHA1withRSA', '-digestalg', 'SHA1', **'-J-Dhttp.proxyHost=', - new line...