0

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?

ban-geoengineering
  • 18,324
  • 27
  • 171
  • 253

1 Answers1

3

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

ban-geoengineering
  • 18,324
  • 27
  • 171
  • 253