I made an application and I published it on the PlayStore.
I made an update, and now I'm trying to re-import it into the Android Publishing Website.
I created my application as follows: (with Android Studio)
- Build
- Generate Signed APK ...
- I selected my application
- Click "Next"
- And I used the same key, the same password, etc.
Apk was successfully generated (and signed). 
But when I tried to download the application on the publishing website (to update the application online), it tells me:
You have imported the APK file without a signature. You must create an APK file with a signature.

Do you have an idea why it is crashing?
This is inconsistent, Android Studio tells me that the signed application is created, but the website tells me that it is not a signed application.
EDIT:
I tried "Build -> Clean Project" and "File -> Invalidate Caches / Restart ..." without success. I also tried creating a new project, copying all the code and trying again: /
source share