Error while signing for Android from PC
Chechesoft
Member, PRO Posts: 171
Hi!
Today I stumbled trying to sign my apk with PC Gamesalad Signing tool
Anybody have an idea what the problem is?
Comments
What JDK are you using on the signing tool? I am using this and seems to work perfectly fine:
C:\Users\me\Documents\openjdk-15.0.2_windows-x64_bin\jdk-15.0.2\bin\jarsigner.exe
I also looked up your error. Make sure you don't have any firewall or anti-virus blocking or that monitors port 80. That error is because the signer can't reach "tsa" to retrieve a timestamp for the build.
It seems my signing tools are different .
Hi if i remember Jarsigner was deprecated by Google play about 12 month ago so now we need to use Apksigner; so why you are using Jarsigner?
✮My Web Site✮ ✮My Full Games On Sale✮ ✮Follow Me✮ ✮My Video Channel✮ ✮Contact Me To Buy My GS Games✮
Deprecated is not the same as fully dead. I still use jarsigner without a problem (as of last week). That particular error is because the signing tool from GameSalad uses the timestamp flag and your machine can't reach the timestamp server.
It seems the timestamp server used by the signing tool is down for 3 days now.
I've been told by the support guys to use the command line method until they can solve the issue. I haven't tried yet, it looks very cumbersome.... never done it that way.
I created this simple signer for you until it is fixed. I tried to make it look like the one that comes in gamesalad but it has some quirks:
Otherwise, it works fine and I was able to upload a copy of my app to Google. Once I have time, I am going to clean up the source code and put the entire thing on github:
That's awesome Adrian!, thanks a lot.
I will try it asap!
Where did you get the file from? I tried the method and there is an error
I made the app. What error did you get?
Do I leave the path or write the path of the file I have?
I've tried this but the path is incorrect
Select the path of the files you have by clicking on the "..."
HI @adriangomez i tried your app but its giving me the error below
You uploaded an APK with an invalid signature (learn more about signing). Error from apksigner: ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF
Did you change the name of the signed apk or did you try to make the tool over-write the file? It won't over-write and it will just fail. That error just means that the apk was not signed.