How to assign Run button in Android Studio to Run 'app'?
Asked Answered
S

1

1

I followed these steps to run signingReport in order to get the SHA1 fingerprint of my debug.keystore .

However, it's left me with the problem that whenever I click the green arrow Run button in Android Studio, it runs signingReport instead of installing and running the app on my device/emulator.

How can I make it so the green arrow Run button will install and run my app again like it used to?

Stirk answered 16/1, 2018 at 12:51 Comment(0)
S
4

Solved it by clicking on Run > Run... > Edit Configurations... > expand Android App > select app > click the blue Run button.

Screenshot showing location of the blue 'Run' button

Stirk answered 16/1, 2018 at 14:3 Comment(2)
Please clarify how do find this blue Run button.Cannot find anything yetDialytic
Screenshot added to answer.Stirk

© 2022 - 2024 — McMap. All rights reserved.