Signing and downloading to the developer console Error: add a signed apk

I get this error when trying to download an update for my application.

I changed my computer after the previous update, so I had to reinstall Android Studio and everything with it.

Fortunately, I was able to restore the key.jks file, which is required for updating the application, since it must be unique.

I signed the application from android studio, using it, with an alias that I remembered, and seemed to compile and create the application without any problems (I only needed to change the keywords and aliases).

However, when I try to download apk, I get an error message in the developer console stating that apk is not signed.

Any idea on why this is happening?

+4
source share

Source: https://habr.com/ru/post/1671468/


All Articles