-
-
Notifications
You must be signed in to change notification settings - Fork 677
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
Fix typo in readme file #2132
Fix typo in readme file #2132
Conversation
After following the readme I found a few things that went different. Should I include them into this PR and make this a readme improvement PR or should I create a new PR for that |
Feel free to include them in here 🙂 |
Updated! When I generated my keystore, I got an error which said it ignored my alias password because it did not support it. Can you test if you have this too? If that happens it will default to the keystore password. I can imagine having a hard time figuring out why a build would fail. |
hmm I do not have a keystore file in those location and I do not have any issues with builds running. |
What OS are you using? |
i am on windows 10 |
Do you have the KEYSTORE_PATH env set to something? Apparently it defaults to the release_keystore.keystore.
|
ok I only get this issue when I build for |
Does |
looks like it does
I think its for the forks? |
Doesn't that mean we can remove that step from the setup. (Or place it under a "If you want to fork and sign it"). And change the gradle command to one that just builds the debug ones. |
|
Good points :) lets wait for another reviewer so we can make an appropriate decision here |
It actually builds and tests all variants
Breaking down the steps further probably makes sense. Most people contributing only need debug builds. I would break this into two sections I guess. Development, what most people are going to do. Then a preparing for publishing, which we can mention that is only for those who publish the application. |
When generating a signed APK, should we just say follow the intellij tutorial or also include the gradlew build part with the environment variables? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for cleaning this up!
Summary
Screenshots
Link to pull request in Documentation repository
Documentation: home-assistant/companion.home-assistant#
Any other notes