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

x/mobile: reuse an debug.keystore to avoid reinstall certificate conflicts #9498

Closed
rakyll opened this issue Jan 3, 2015 · 2 comments
Closed

Comments

@rakyll
Copy link
Contributor

rakyll commented Jan 3, 2015

The Docker image doesn't contain a cached ~/.android/debug.keystore which is ending up each docker run -v $GOPATH/src:/src mobile /bin/bash -c 'cd /path/to/project/ && ./make.bash' to generate a new one.

adb install -r <apk> are failing with the following error due to the inconsistent certificate use while signing the apk.

Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]

Build the Docker image with a debug.keystore, so that the app doesn't have to be uninstalled before reinstalling.

@rakyll
Copy link
Contributor Author

rakyll commented Jan 3, 2015

@rakyll
Copy link
Contributor Author

rakyll commented Jan 5, 2015

This issue should have been auto-closed, it has merged as 1e525d6eb2cd184a0978135f0c382373af965792.

@rakyll rakyll closed this as completed Jan 5, 2015
@mikioh mikioh changed the title mobile: reuse an debug.keystore to avoid reinstall certificate conflicts x/mobile: reuse an debug.keystore to avoid reinstall certificate conflicts Aug 5, 2015
@golang golang locked and limited conversation to collaborators Aug 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants