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?
@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.
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.