Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

[xdl] Improve keytool errors #3190

Merged
merged 1 commit into from
Feb 4, 2021

Conversation

EvanBacon
Copy link
Contributor

When Java is not installed, the legacy keytool error messages are cryptic and hard to understand.
Resolves #3044

Running expo ba

before

If you don't know what this means, let us generate it! :) › Generate new keystore
Failed to generate Android Keystore, it will be generated on Expo servers during the build
keytool exited with non-zero code: 1

after

The operation couldn’t be completed. Unable to locate a Java Runtime.
Please visit http://www.java.com for information on installing Java.

Failed to generate Android Keystore, it will be generated on Expo servers during the build
keytool exited with non-zero code: 1

@EvanBacon EvanBacon added enhancement New feature or request 🔐 Credentials Provisioning profiles and apple developer auth labels Feb 4, 2021
@EvanBacon EvanBacon merged commit 3208f1d into master Feb 4, 2021
@EvanBacon EvanBacon deleted the @evanbacon/xdl/improve-keytool-errors branch February 4, 2021 23:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔐 Credentials Provisioning profiles and apple developer auth enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when generate Android Keystore on Apple Silicon
2 participants