Android build error : keytool error

Hey all,

I have spent the afternoon going through the posts / docs but cannot resolve the following build error for Android publishing:

APK Builder Failed!
Using keystore: /Users/mac/.android/debug.keystore
keytool error: java.io.FileNotFoundException: /Users/mac/.android/debug.keystore (No such file or directory)

THIS TOOL IS DEPRECATED. See --help for more information.

Unable to get debug signature key

UnityEditor.HostView:OnGUI()

I’m using 3.10f2 and its simply a scene with a cube in it. Are there any docs that describe the signing / keystore in detail? Any suggestions for this error?

Thanks,
Matt

Are you using 3d text or font by any chance that is not support by the build?

Is this a regression from previous builds, like 3.0f5 or 3.1b1?

@Daneeda, the only thing in my test scene is a cube.

@erique, I have never tested this on any builds except 3.10f2. I upgraded from the final 3.0 on the site to the beta on Friday, then tested the process for the first time.

Browse for debug.keystore (Win7: c:\users$UserName.android) and either delete it or rename it. Worked for me! :slight_smile:

1 Like

thanks daughtry

You save my life!!!

Fan-f-in-tastic!

This worked for me as well, and after a day of fighting with my crappy PC at least something went my way :slight_smile:

Thanks a lot! This works!

u r a genius. thnx a ton !! :slight_smile:

Hi if you get this you might want to just change the permissions for the .android folder mine was read only change it to read/write (uncheck the read only check box in the folder property).
renaming it did not work for me.