After giving the loction of keystore in generate signed build. Then from gradle > task > signingreport was generated the it shows error in the log
Error: Missing keystore
After giving the loction of keystore in generate signed build. Then from gradle > task > signingreport was generated the it shows error in the log
Error: Missing keystore
The same issue in Android Stidio 2021.1.1 My solution was to press "Make Project" button (or Cntrl+F9) Then just type "gradle signingreport" as described in https://stackoverflow.com/a/67866731/11305763
Old question so ill just add this here;
If anyone else has this issue then make sure you are running signingReport from under the app heading not the Tasks heading.
Gradle > app > Tasks > android > signingReport.