You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When one of the steps in new_project.kts fails, it will print an error message. However, this error message may not be too obvious to the user and could be unintentionally ignored.
To fix this, we should add a more obvious indicator that something has failed
Who Benefits?
Android developers
Acceptance Criteria
Add a cross emoji ( ❌ ) to the beginning of the error messages printed when new_project.kts fails
For example: ❌ Error: Invalid Package Name
The text was updated successfully, but these errors were encountered:
Why
Original RFC
When one of the steps in
new_project.kts
fails, it will print an error message. However, this error message may not be too obvious to the user and could be unintentionally ignored.To fix this, we should add a more obvious indicator that something has failed
Who Benefits?
Android developers
Acceptance Criteria
new_project.kts
fails❌ Error: Invalid Package Name
The text was updated successfully, but these errors were encountered: