AddSecurityExceptionAndroid icon indicating copy to clipboard operation
AddSecurityExceptionAndroid copied to clipboard

Results 10 AddSecurityExceptionAndroid issues
Sort by recently updated
recently updated
newest added

Not able to generate the build. this shows error ``` W: /tmp/test/AndroidManifest.xml:66: error: No resource identifier found for attribute 'allowNativeHeapPointerTagging' in package 'android' W: W: /tmp/test/AndroidManifest.xml:375: error: Error: No resource...

Changes: 1. Replaced jarsigner with apksigner (which is available in the build-tools folder along with zipalign) to support signature v2 2. Moved apksigner after zipalign, unlike jarsigner which comes before...

this [fb messenger apk](https://m.apkpure.com/facebook-messenger/com.facebook.orca) throws an exception when ran through the tool. I also worry that the script doesnt exit when a failure occurs. It just ends with "Resigned APK...

New -d param to make new apk debuggeable. Signing less verbose. More progress logging.

We want to be able to use non debug keystore that has it own alias and password. to be added: * support for extra parameters `--keystore_alias` and `--keystore_password` * support...

enhancement

- Fixed creation of default debug.keystore in ~/.android/ - Added support of keystore alias sent as argument to script - Updated --help and README.md - Added basic gitignore

The keystore autogeneration was creating a key with a different name from the one that was set to the "debugKeyStore" variable, also causing a failure in the signing as the...

Hi, I'm trying to use this script with the basic settings and I keep getting these two exceptions. It says it resigned succesfully the new apk but it's not there....