Tag number over 30 is not supported
Asked Answered
O

2

6

PREVIEW

Error

Execution failed for task ':app:signReleaseBundle'.

A failure occurred while executing com.android.build.gradle.internal.tasks.FinalizeBundleTask$BundleToolRunnable Failed to read key key0 from store "C:\mm\omafya": Tag number over 30 is not supported

Okeefe answered 28/6, 2023 at 16:10 Comment(7)
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.Indraft
For my solution, installed android studio dolphin, and finished my work: redirector.gvt1.com/edgedl/android/studio/install/2021.3.1.10/… ,Pasteur
SOLVED! I solved it by using creating new Key because My Key Was Tempered And Corrupted So It was giving errorDrolet
It pays to double check your passwords etc, I was back here a few times and I would have bet my life on everything being correct, but in the end it turned out that the CI script that gets these keys wasn't updated and so it was using "" for both fields, and it meant that i got this (very unhelpful) message.. wuups!Foremast
I got this error message on running CI workflow, Failed to load signer "signer #1" java.io.IOException: Tag number over 30 is not supported. @SaikCaskey Do mean we need to update Github Secrets keys on settings of Github portal? OR, you mean you were using old/ empty fields in your .yml file?Gaffer
@LaxmikantMahamuni Basically the latter, If you can access the keystore locally, but CI can't, then check all the places!Foremast
Hey, have you found a solution this problem? If so, could you please share? I am facing the same problem.Liggitt
V
2

I face this problem and the issue with .jks file as in my case it was empty

so please check your .jks file

Vermilion answered 29/8 at 18:1 Comment(0)
E
-3

Don't use special characters when setting passwords. I solved this bug by using all numbers

Erythromycin answered 5/6 at 10:56 Comment(1)
I don't know if this sounds like a good idea.Secretion

© 2022 - 2024 — McMap. All rights reserved.