Boycott A.I.
Boycott A.I.

Reputation: 18891

How to assign Run button in Android Studio to Run 'app'?

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?

Upvotes: 1

Views: 311

Answers (1)

Boycott A.I.
Boycott A.I.

Reputation: 18891

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

Upvotes: 4

Related Questions