Error generating Key Store

Asked

Viewed 471 times

1

I was following the steps of a book , to publish an application , but when creating JKS the android studio returns me an error

inserir a descrição da imagem aqui

inserir a descrição da imagem aqui

  • Missing is the drive on which you want to save your key to your Key Store Path. Maybe it’s: C: Users or D: Users... Check there on your pc.

  • I put and gave the same thing @Acklay

2 answers

4


You must put the complete path into which you want to save your .jks. If I have been using Windows, default path is drive C:\ then it would be this way:

C:\Users\paiva\Desktop\.....\novachave.jks

Make sure the way is correct.

0

You need to enter File -> Project Structure -> Modules -> app -> + -> to enter your key data. Then generate apk should work.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.