I have a number of android apps that I have not updated for a couple of years, I'm going through the process of updating them all, I have updated Android to the latest version, I have all the titanium updates but my package continually creates an unsigned app
Creating unsigned apk [INFO] : Processing /Users/mike/Documents/Titanium_Studio_Workspace/Man Utd/build/android/src [INFO] : Writing unsigned apk: /Users/mike/Documents/Titanium_Studio_Workspace/Man Utd/build/android/bin/app-unsigned.apk [INFO] : Using SHA1withRSA signature algorithm [INFO] : Signing apk: /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/bin/jarsigner "-sigalg" "SHA1withRSA" "-digestalg" "SHA1" "-keystore" "/Users/mike/Documents/android keystore/keystore" "-storepass" "*********" "-signedjar" "/Users/mike/Documents/Titanium_Studio_Workspace/Man Utd/build/android/bin/Man Utd News.apk" "/Users/mike/Documents/Titanium_Studio_Workspace/Man Utd/build/android/bin/app-unsigned.apk" "keystore" [ERROR] : Failed to sign apk: [ERROR] : Option lacks argument [ERROR] : [ERROR] : Please type jarsigner -help for usage TRACE | titanium exited with exit code 1 ERROR | Error: ti run exited with error code 1I have checked the keystore is correct and if I put in a wrong password into the configurations it gives me an error so I think the passwords and alias's are correct
Anyone can give me any pointers i'd appreciate it