Skip to main content
Inspiring
December 11, 2020
Question

Is there a way to build an apk using a 1024 certificate?

  • December 11, 2020
  • 1 reply
  • 453 views

I have an app that was uploaded to Google Play with a 1024 certificate. Updating it with a 2048 certificate would require a complete new app from scratch and I don´t want to loose all the users, impressions, clicks and income.

 

In the past I was able to update it with the original 1024 certificate using Animate 2017 but not anymore. I don´t know if it is because of the new AIR SDKs or the new Admob ANE from Distriqt.

 

In this thread there seems to be a solution but I have not been able to make it work.

 

Does anyone have a workaround to this issue?

 

https://community.adobe.com/t5/animate/getting-quot-unable-to-load-a-certificate-in-this-file-quot-when-trying-to-publish-apk/m-p/8968381?page=5

 

I find the solution :

The problem isn't Animate but Java who force you to compile to 2048

you need to Java 1.6 

and compile in command line :

java -jar "****\SDKAIR\AIR26.0\lib\ADT.jar" -package -target apk-captive-runtime -arch armv7 -storetype PKCS12 -keystore "*****.p12" -storepass "****" "*****.apk" "****.xml" -C "****.swf"

change *** by your stuff ^^

 

Does anyone have a workaround to this issue?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
December 11, 2020

you have to use an older version of animate (cc 2015.2 is the latest, i believe).

Inspiring
December 11, 2020

So there´s no way to do it on a mac with Catalina. Right?

kglad
Community Expert
Community Expert
December 11, 2020
  • Mac OS X v10.9 (64 bit), v10.10 (64 bit), or v10.11 (64 bit)