Unsigned APK not installable

I try to install the unsigned apk generated by bitrise on my developer enabled android device but I get a message that tha apk could not be installed. what could cause this?

Support is not responding since yesterday.

It works as intended. Unsigned APKs cannot be installed. They have to be signed (at least with default Android debug key) in order to be installable.

So I need to create a key by myself or is this is something I can configure in bitrise?

You need to create key yourself or use default debug key (which will be generated automatically).

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.