appium-boneyard / sign

Sign.jar automatically signs an apk with the Android test certificate.
406 stars 119 forks source link

Update to new signapk please #5

Open wazeeahmed opened 7 years ago

wazeeahmed commented 7 years ago

Signapk has two new problems put inside of them - bouncycastle and conscrypt . I only need signapk.jar . But have to do more than 50gb downloads just for one thing . You're the last person i can ask for saving us the hassel because only you can do it .

bootstraponline commented 7 years ago

https://developer.android.com/studio/command-line/apksigner.html is what appium should use instead of sign.jar

KazuCocoa commented 6 years ago

👀 Current Appium uses apksigner https://github.com/search?q=org%3Aappium+apksigner&type=Code mainly. (sign.jar is a option to fallback from apksigner)