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
{{ message }}
This repository was archived by the owner on Jan 11, 2024. It is now read-only.
In which task and step of the codelab can this issue be found?
Display the tip, step 3
Describe the problem
Code suggested is binding.tipResult.text = getString(R.string.tip_amount, formattedTip)
but this doesn't work. A small change works: binding.tipResult.text = getString(R.string.tip_amount) + formattedTip
Steps to reproduce?
Paste the code from the code lab, problem is highlighted in red in IntelliJ
Versions Android Studio version: Using IntelliJ 2021.1.1 API version of the emulator:
Additional information Include screenshots if they would be useful in clarifying the problem.