command
Version:
v1.3.9
Opens a new window with list of versions in this module.
Published: Nov 28, 2021
License: OSL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
apktool d app.apk
Change res/xml/network_security_config.xml
to:
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config>
<trust-anchors>
<certificates src="user" />
</trust-anchors>
</base-config>
</network-security-config>
Create C:\Users\Steven\.keystore
:
keytool -genkey -keyalg DSA
Create dist\app.apk
:
apktool b app --use-aapt2
Sign:
jarsigner dist\app.apk mykey
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.