Keystore required for debug on AS3.2?

Hi, trying to build demo runner on AS3.2 (debug) comes up with the error:

Keystore file ‘/Users/lee/.android/debug.keystore’ not found for signing config ‘juceSigning’.

According to the help text this is only needed for release builds and this certainly used to be the case but seems this might be needed for debug now also.

Hi @leehu,

Were you able to figure this out?
Running into the same issue.

Thanks!

no - just assuming this was a change that we have to deal with in 3.2.

hey :slight_smile:

having the same issue.
Any tips on how to deal with it then?

Thanks in advance!

Hi. I just set up the keystore for debug as well as release.

hey leehu, thanks for the fast reply!

Somehow I got it working, not sure how :wink:
Is there any tutorial / guide for setting up this kind of keystore? I couldn’t find anything in the Tutorials or forum. Sorry absolute beginner with Android :slight_smile:

Thanks!

You can create a keystore using the “generate signed bundle or APK” command (maybe some other way of doing it aswell). Just fill in the details.

image

Hey leehu,

thanks for the fast response again :slight_smile:
I will check it out, thanks!