Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use apksigner to sign and extract keys from apks instead of keytool #5

Open
wants to merge 4 commits into
base: uiautomator2
Choose a base branch
from

Conversation

idyatlov
Copy link

Use apksigner from Android SDK instead of Java keytool to support v2, v3 and v4 APK signatures
Add the ability to override it with the APKSIGNER_PATH environment variable

@@ -92,7 +92,11 @@ def checksum(file_path)
end

def test_server_path(apk_file_path)
"test_servers/#{checksum(apk_file_path)}_#{Calabash::Android::VERSION}.apk"
if ENV['TEST_APP_PATH']
ENV['TEST_APP_PATH']
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this we can supply prebuilt Calabash servers and don't built anything at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants