Android Question Dont understand this

brianwiz12

Active Member
Licensed User
Longtime User
Okay so I compiled and tested fine.. then tried to private sign for google and now only getting these stupid messages.

Access to the path 'C:\Users\Brian\Desktop\phone aps\brianwisniewski.com site links\Objects\brianwisniewski.apk' is denied.

Or

zipalign the file from google.

Totally lost and I have searched the forums for the last two hours to no resolution
 

brianwiz12

Active Member
Licensed User
Longtime User
from google. same app two different names.

You uploaded an APK that is not zip aligned. You will need to run a zip align tool on your APK and upload it again.

and now for some reason getting

jarsigner error: java.lang.RuntimeException: keystore load: C:\Users\Brian\Desktop\PHONEA~1\BRIANW~1.COM\Objects\BWkeystone (The system cannot find the file specified)

When I created the keystone using the private key setup.

maybe I don't undsertand private sign key...keystones and where the files are after creation.
 
Upvote 0

barx

Well-Known Member
Licensed User
Longtime User
Just a stab in the dark. Maybe something to do with your directory structure as you have a '.' in there. You shouldn't really put '.' in directory names.
 
Upvote 0

TomA

Active Member
Licensed User
Longtime User
You also appear to have spaces in some of the directory names (such as 'phone aps'). These can sometime cause problems so it is better to avoid spaces in directory and filenames.
Also, the keystore file should be where ever you told the system to put it when it was created.
 
Upvote 0
Top