Home > OS >  How to return Gradle Setting to its original state?
How to return Gradle Setting to its original state?

Time:06-02

So I'm trying to get the SHA1 code by running the signingReport command on gradle. I used the gradled option in the right corner. enter image description here

But after running, whenever I click Run button, signingReport command is executed and not Run command

enter image description here

The options change from Run 'App' to Run'Danaku[signingReport]'

I've tried several options, such as gradle :app:assembleDebug gradle --build-file gradle app but nothing works

Anyone know how to change it back so i can run my app?

CodePudding user response:

Change it here back to app with Android icon enter image description here

(I'm not allowed to add pictures so it's as a link)

  • Related