I solved it by
- Clicking on
Gradle
(on the right side bar) -> - Then under
:app
- Then choose
assembleDebug
(orassembleYourFlavor
if you use flavors)
In Picture:
1 & 2:
3>
Error will show up in Run: tab.
2024-02-20 21:13:22
I solved it by
Gradle
(on the right side bar) ->:app
assembleDebug
(or assembleYourFlavor
if you use flavors)In Picture:
1 & 2:
3>
Error will show up in Run: tab.