Unsigned apk cocos2d-x?

How to generate unsigned apk (Android) in cocos2d-x 3.7?

Is your APK being signed by a Gradle step? If so, that should be removed to create an unsigned APK.

I´m using eclipse, i know how to generate a signed APK, but i dont know how to generate the unsigned

Hi @frander_mejia
I think all apks build through console are signed with debug (similar to unsigned I guess, not sure though)

May I know why you need to have an unsigned apk ?

In Eclipse, you use “Android Tools -> Export Unsigned Application Package”

I use that all the time for Amazon.

1 Like

thanks, this works for me!!

1 Like