0

I downloaded an android studio project from Github. Whenever I try to import and run this on my android studio with Genymotion emulator, I get this error. Why I am getting this? .

Error : Execution failed for task ':app:validateSigningDebug' com.android.ide.common.signing.KeytoolException: Failed to create keystore.

ruhulrahat
  • 1,325
  • 4
  • 15
  • 23

1 Answers1

0

Finally I found a solution. I enabled Instant run and it worked for me. Reason might be a code issue.

ruhulrahat
  • 1,325
  • 4
  • 15
  • 23