# Failed to read key AndroidKey from store

**URL:** https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500
**Category:** Questions about Thunkable X
**Created:** [August 23, 2021, 10:03pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500 "2021-08-23T22:03:05Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![lavrynenko](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/lavrynenko/32/108213_2.png) [@lavrynenko](https://community.thunkable.com/u/lavrynenko)
#### Post date: [August 23, 2021, 10:03pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/1 "2021-08-23T22:03:05Z")

</div>

Friends, I need your help.  
I am trying to download the generated application as a .apk file to my computer and I get the following error:

> Error: Command failed: cd /thunkable/androidBuildServer/…/thunkableCompanion/android/; ./gradlew AssembleRelease FAILURE: Build failed with an exception. \* What went wrong: Execution failed for task ‘:app:packageRelease’. \> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade \> com.android.ide.common.signing.KeytoolException: Failed to read key AndroidKey from store “/thunkable/thunkableCompanion/android/upload.keystore”: Keystore was tampered with, or password was incorrect \* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. \* Get more help at [https://help.gradle.org](https://help.gradle.org/) BUILD FAILED in 57s

But! I didn’t make any changes to the keystore settings ☹  
Please tell me if there is any way to fix this problem? I don’t want to redo the application from the very beginning.

Thanks!

---

<div class="post-metadata">

### Author: ![vishruth-ram](https://avatars.discourse-cdn.com/v4/letter/v/82dd89/32.png) [@vishruth-ram](https://community.thunkable.com/u/vishruth-ram)
#### Post date: [August 24, 2021, 4:52am UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/2 "2021-08-24T04:52:22Z")

</div>

software `windows` does not support `.apk`or`.abb`  
which is

> android  
> error(string){  
> error: request denied @thunkablecompansionn&googledevelpers{error:Command failed: cd /thunkable/androidBuildServer/…/thunkableCompanion/android/; ./gradlew AssembleRelease FAILURE: Build failed with an exception. \* What went wrong: Execution failed for task ‘:app:packageRelease’. \> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade \> com.android.ide.common.signing.KeytoolException}  
> ]

your current software cannot access @21googledevelopersandroid:keystore  
see [this](https://source.android.com/compatibility/android-cdd.pdf?hl=en)  
try using a deferent device. or view the google analytics insights as **“tell me my last android app key expiration visit”** and which the **restore key** will change the status as well.

> googleanaylitics@21{  
> android key id =YOUR KEY  
> expire{chart:{expiration data}}  
> ]

---

<div class="post-metadata">

### Author: ![lavrynenko](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/lavrynenko/32/108213_2.png) [@lavrynenko](https://community.thunkable.com/u/lavrynenko)
#### Post date: [August 24, 2021, 6:40am UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/3 "2021-08-24T06:40:49Z")

</div>

Yes, yes, I know that Windows does not support an application in .apk format.  
I’m trying to download a ready-made .apk file from thunkable to my local machine in order to transfer this file to my phone and test its work in more detail than in live-mode in a browser.

> [@vishruth-ram](#):
>
> try using a deferent device. or view the google analytics insights as **“tell me my last android app key expiration visit”** and which the **restore key** will change the status as well.

Can you tell me where exactly I can see everything that you have indicated? Unfortunately, I am just starting my development path, and many things are very difficult for me.

I tried to download the application using another device (I usually work on a laptop running Windows - but now I tried to do the download in the Ubuntu operating system included in the virtual machine) - but the error persisted.

By the way, I made a second sample application (literally one or two buttons) - it loads without problems on the local device in .apk format

---

<div class="post-metadata">

### Author: ![vishruth-ram](https://avatars.discourse-cdn.com/v4/letter/v/82dd89/32.png) [@vishruth-ram](https://community.thunkable.com/u/vishruth-ram)
#### Post date: [August 24, 2021, 6:56am UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/4 "2021-08-24T06:56:13Z")

</div>

[anaylitics.google.com](http://anaylitics.google.com)

> [@vishruth-ram](#):
>
> view the google analytics insights as **“tell me my last android app key expiration visit”**

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [August 24, 2021, 12:33pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/5 "2021-08-24T12:33:38Z")

</div>

In typical React Native development environment, this happens for number of reasons to do with the settings in `gradle` file and typically you will need to go the the project folder under React Native and run the command

**gradlew clean**

Once this is done the project will be recompiled successfully.

With our situation doing it using Thunkable, I believe it is best to wait for the response of one of the [@Thunkable\_Staff](https://community.thunkable.com/groups/thunkable_staff)

---

<div class="post-metadata">

### Author: ![vishruth-ram](https://avatars.discourse-cdn.com/v4/letter/v/82dd89/32.png) [@vishruth-ram](https://community.thunkable.com/u/vishruth-ram)
#### Post date: [August 24, 2021, 2:41pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/6 "2021-08-24T14:41:12Z")

</div>

there’s nothing with any. only an google AI can get info which means asking the insights

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [August 24, 2021, 2:51pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/7 "2021-08-24T14:51:29Z")

</div>

Dear @vishruth-ram  
It will be very beneficial if you give descriptive comments that aid in solving the issue instead of **ambiguous unrelated** comments just to comment.

Do you know the issue of this post?  
Have you experienced it? If you have, please provide how to solve the issue. If not then please do not just write general comments that benefits no one.

---

<div class="post-metadata">

### Author: ![vishruth-ram](https://avatars.discourse-cdn.com/v4/letter/v/82dd89/32.png) [@vishruth-ram](https://community.thunkable.com/u/vishruth-ram)
#### Post date: [August 24, 2021, 2:56pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/8 "2021-08-24T14:56:17Z")

</div>

I read the docs to publish my app that replaces video game by OUTFIT7 pvt.ltd  
because my friend got **addicted** into it

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [August 24, 2021, 3:08pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/9 "2021-08-24T15:08:20Z")

</div>

> [@vishruth-ram](#):
>
> I read the docs to publish my app

So, have you encountered the posted issue and was able to solve it?

I did face this problem number of times in both Flutter and RN (React Native) but have not faced this issue in Thunkable. This is why I have given the solution I used in RN and then commented that better to wait for Thunkable comments.

---

<div class="post-metadata">

### Author: ![lavrynenko](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/lavrynenko/32/108213_2.png) [@lavrynenko](https://community.thunkable.com/u/lavrynenko)
#### Post date: [August 24, 2021, 7:51pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/10 "2021-08-24T19:51:20Z")

</div>

> [@vishruth-ram](#):
>
> view the google analytics insights as **“tell me my last android app key expiration visit”**

Thanks for your comments. I hope it will not be difficult for you to suggest in which specific section of Google Analytics you can find data on the key expiration date?  
Unfortunately, I looked at all Google Analytics in my account, and apart from the sites connected to it (about 10 pieces), I could not find anything ☹ Therefore, please tell me where exactly I can see this data. Thanks in advance!

---

<div class="post-metadata">

### Author: ![lavrynenko](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/lavrynenko/32/108213_2.png) [@lavrynenko](https://community.thunkable.com/u/lavrynenko)
#### Post date: [August 24, 2021, 8:01pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/11 "2021-08-24T20:01:01Z")

</div>

You are absolutely right - working in a ready-made environment (in this case Thunkable) - gives its advantages, but also disadvantages. In general - for a beginner - the functionality in the possibilities is great, but in case of errors - we have a minimum of possibilities for a solution.

Yes, unfortunately - you are absolutely right. Need help from the team. Wrote a personal message to one of the team representatives: [Profile - amy\_th - Community](https://community.thunkable.com/u/amy_th)

I hope that in the near future someone from the team will help with the answer to this question.

---

<div class="post-metadata">

### Author: ![martint](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/martint/32/96689_2.png) [@martint](https://community.thunkable.com/u/martint)
#### Post date: [August 24, 2021, 10:12pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/12 "2021-08-24T22:12:19Z")

</div>

Just spotted this in the latest platform update (18th Aug) Wouldn’t be surprised if it’s connected to your issue.

‘Improve handling of uploaded [keystores]’

> **[📰 Release Notes](https://docs.thunkable.com/release-notes)**

---

<div class="post-metadata">

### Author: ![lavrynenko](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/lavrynenko/32/108213_2.png) [@lavrynenko](https://community.thunkable.com/u/lavrynenko)
#### Post date: [August 25, 2021, 7:23pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/13 "2021-08-25T19:23:15Z")

</div>

Thanks! I will try… 🙂

---

<div class="post-metadata">

### Author: ![lavrynenko](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/lavrynenko/32/108213_2.png) [@lavrynenko](https://community.thunkable.com/u/lavrynenko)
#### Post date: [August 25, 2021, 8:40pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/14 "2021-08-25T20:40:08Z")

</div>

Thanks! Everything worked out! Thanks!  
My solution turned out to be a little simpler - but I came to it thanks to your hint: I took the key from the created application, exported it, and imported it into my application. Voila! Everything worked. I’m happy!

---

<div class="post-metadata">

### Author: ![oleksiy.lavrynenko](https://avatars.discourse-cdn.com/v4/letter/o/a88e4f/32.png) [@oleksiy.lavrynenko](https://community.thunkable.com/u/oleksiy.lavrynenko)
#### Post date: [August 26, 2021, 3:09pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/15 "2021-08-26T15:09:15Z")

</div>

Friends, I need your help.  
I am trying to download the generated application as a .apk file to my computer and I get the following error:

Error: Command failed: cd /thunkable/androidBuildServer/…/thunkableCompanion/android/; ./gradlew AssembleRelease FAILURE: Build failed with an exception. \* What went wrong: Execution failed for task ‘:app:packageRelease’. \> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade \> com.android.ide.common.signing.KeytoolException: Failed to read key AndroidKey from store “/thunkable/thunkableCompanion/android/upload.keystore”: Keystore was tampered with, or password was incorrect \* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. \* Get more help at [https://help.gradle.org](https://help.gradle.org/) BUILD FAILED in 57s

But! I didn’t make any changes to the keystore settings ☹  
Please tell me if there is any way to fix this problem? I don’t want to redo the application from the very beginning.

Thanks!

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [August 26, 2021, 3:10pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/16 "2021-08-26T15:10:40Z")

</div>

Hi @oleksiy.lavrynenko

You’re post got caught in our spam filter so just seeing this now.

Moving you to #Questions about Thunkable since this is (hopefully!) not about #classic-extensions

> [@oleksiy.lavrynenko](#):
>
> I don’t want to redo the application from the very beginning.

If you make a copy of your project does the copy build successfully?

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [August 26, 2021, 3:15pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/17 "2021-08-26T15:15:32Z")

</div>

I think this post is a duplicate of this which is already solved.

> [@Failed to read key AndroidKey from store](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500):
>
> Friends, I need your help. I am trying to download the generated application as a .apk file to my computer and I get the following error: Error: Command failed: cd /thunkable/androidBuildServer/…/thunkableCompanion/android/; ./gradlew AssembleRelease FAILURE: Build failed with an exception. \* What went wrong: Execution failed for task ‘:app:packageRelease’. \> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade \> com.android.ide.common.signing.Keytoo…

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [August 26, 2021, 3:19pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/18 "2021-08-26T15:19:07Z")

</div>

D’oh!

(probably why it was flagged so?)

Thanks @muneer - merging these two topics now

---

<div class="post-metadata">

### Author: ![lavrynenko](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/lavrynenko/32/108213_2.png) [@lavrynenko](https://community.thunkable.com/u/lavrynenko)
#### Post date: [August 26, 2021, 8:29pm UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/19 "2021-08-26T20:29:17Z")

</div>

Friends, thanks for your answers. Yes, the issue was successfully resolved.

I wrote one request from an account that was not activated in the community, but due to the fact that the question was very urgent, I wrote it from an active account. Therefore, there was a duplication of questions.

Thanks again!

---

<div class="post-metadata">

### Author: ![vishruth-ram](https://avatars.discourse-cdn.com/v4/letter/v/82dd89/32.png) [@vishruth-ram](https://community.thunkable.com/u/vishruth-ram)
#### Post date: [August 27, 2021, 2:02am UTC](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500/20 "2021-08-27T02:02:21Z")

</div>

The uu-booon-tuu (ubunto) software will write the code in google native android. in which blocks aren’t the same which shows its bugs. I have ubuntu software on my DELL-COMPUTER I didn’t try it though.

> -thunkable@compantion&key=YOUR KEY$goo20%gledev@20%

[Next page](https://community.thunkable.com/t/failed-to-read-key-androidkey-from-store/1465500.md?page=2)
