-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
getting stuck at license prompts #5
Comments
Hey @hoff2-ACN Here is a list of all current license files that are created if you use ➜ licenses find . -type f | xargs cat
24333f8a63b6825ea9c5514f83c2829b004d1fee
84831b9409646a918e30573bab4c9c91346d8abd
e9acab5b5fbb560a72cfaecce8946896ff6aab9d
601085b94cd77f0b54ff86406957099ebe79c4d6
33b6a2b64607f11b759f320ef9dff4ae5c47d97a
d975f751698a77b662f1254ddbeed3901e976f5a
859f317696f67ef3d7f30a50a5560e7834b43903% ➜ licenses tree
.
├── android-googletv-license
├── android-sdk-arm-dbt-license
├── android-sdk-license
├── android-sdk-preview-license
├── google-gdk-license
├── intel-android-extra-license
└── mips-android-sysimage-license
0 directories, 7 files |
That's what I have on my local machine right now as well but my actions kept getting stuck at a licensing prompt nonetheless, and I did see some different hashes than what the action is writing at some point. Unfortunately over the holiday I lost track of that info. I'll look further. Can also confirm that the |
Ah, We both have |
This one is for the |
@hoff2-ACN does this still happen for you? |
@Malinskiy haven't looked at this in a while but I believe your addition resolved it. Thanks! |
Feel free to reopen the issue if this reappears |
SDK licenses have changed since version 25 so the hashes being written during installation don't match when trying to use with newer versions (28 in our case).
The text was updated successfully, but these errors were encountered: