Can I update my Android AIR app with a non-AIR app?

A few years ago I published an Android app using Adobe AIR. Now I've created a new version of the app with a different technology (HaxeFlixel / OpenFL) which uses native C++ code.
The certificate I used for the AIR version is in "p12" format, and it seems that I need to use "jks" format. I tried using a p12 to jks converter I found online, which seemed to work, but when I try to submit the app I get an error saying that the certificates don't match.
Any suggestions on how I can update the app with a non-AIR app? Is it possible? Thanks in advance.

I'm still having trouble with this, I asked in the OpenFL forums but nobody responded.
I converted the p12 file to JKS from the site you suggested (I think I've actually tried it before), and the file was created successfully, the apk compiled fine with the JKS file, but when I try to update the app for Google Play it says "Upload failed
You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate. Your existing APKs are signed with the certificate(s) with fingerprint(s):"
When I try to sign with the original p12 file, I get the error "Invalid keystore format"
I noticed that for the AIR app, I also had a file called SelfSigned.pfx, which I think was used to create the p12 certificate? Can this have something to do with the problem? I even tried using this pfx file to sign the app, which didn't work either.

Similar Messages

Maybe you are looking for

  • How can I use Microsoft Access on my Mac?

    How can I use Microsoft Access on my Mac Pro?

  • Eclipse MS-7520 - Unable to boot windows if Dimm slot A1 is used

    I am unable to boot into or install windows XP, Vista (32 and 64 bit) or Windows 7 Beta if I have any memory installed in Slot A1 - it freezes at the windows loading screen (the little green bar gets about 1/3 way across). I am able to press F8 to br

  • What is it supported in BPC about SSIS pkg

    I have some problems implementing SSIS dtsx for BPC. A package with a sequenct container, or with a user variable to use to setting a property, or with a task to call another dtsx doesn't function!. Does exist any technical documentation (not a user

  • Parse XML Schema in Java

    Hi all. I need to parse an XML Schema and get the following information out of it: list of elements allowed in schema list of attributes for each element - which are required and which optional given an element name get elements that it can contain e

  • Can I get total number of page in 'After Report' Trigger?

    Currently, I use the format trigger of a field in Margin. In the trigger, I use srw.get_page_num(page_num) to get the current page number and call a package procedure to update a record. For example, if the report has 10 pages, it will update 10 time