当前位置:网站首页>Apk signature.Apk version information
Apk signature.Apk version information
2022-07-28 23:09:00 【ZZ White Dragon】
1.apk Signature
Only support v1 Signature
jarsigner -verbose -keystore xxx.keystore -signedjar signed.apk unsigned.apk ‘keyAlias Alias ’
Support v1,v2 Signature
apksigner Yes apk Parameters of the signature
apksigner sign // Execute the signing operation
–ks Yours jks route //jks Signature certificate path
–ks-key-alias Yours alias // Generate jks When the specified alias
–ks-pass pass: Your password //KeyStore password
–key-pass pass: Your password // Signer's password , Generation jks When you specify alias Corresponding password
–out output.apk // The output path
input.apk // Need to sign APK
eg:
apksigner sign -ks xxxx.keystore -ks-key-alias xxx -ks-pass pass:xxxx -key-pass pass:xxx -out out.apk Unsigned file .apk
2.apk Version information
aapt dump badging xxx.apk
3. see apk Supported signatures v1 v2
apksigner verify -v xxx.apk
边栏推荐
- 【MySQL系列】 MySQL表的增删改查(进阶)
- 【雷达】基于核聚类实现雷达信号在线分选附matlab代码
- Learning experience sharing 5: yolov5 dataset division and Yolo format conversion
- WebApplicationType#deduceFromClasspath
- MySQL foundation - data query
- [MySQL series] addition, deletion, modification and query of MySQL tables (Advanced)
- pg_rman的安装与使用《postgresql》
- Improvement 14 of yolov5: replace the backbone network C3 with the lightweight network GhostNet
- Target detection notes fast r-cnn
- 无代码开发平台通讯录入门教程
猜你喜欢
![[physical application] Wake induced dynamic simulation of underwater floating wind turbine wind field with matlab code](/img/31/e4cd4c261a7fc5cfa731976314530b.png)
[physical application] Wake induced dynamic simulation of underwater floating wind turbine wind field with matlab code

Shell script foundation - shell operation principle + variable and array definitions

Servlet的使用手把手教学(一)

记录一下关于三角函数交换积分次序的一道题

TypeError: can‘t convert cuda:0 device type tensor to numpy. Use Tensor. cpu() to copy the tensor to

《Shortening passengers’ travel time A dynamic metro train scheduling approach using deep reinforcem》

Console.log() console display... Solution

Nacos配置热更新的4种方式、读取项目配置文件的多种方式,@value,@RefreshScope,@NacosConfigurationProperties

Xshell7, xftp7 personal free version official download, no need to crack, no activation, download and use
![[C language] implementation of three piece chess games](/img/53/7ee14e604c06fd77d65af29d6d92b8.png)
[C language] implementation of three piece chess games
随机推荐
[3D target detection] 3dssd (II)
pg_rman的安装与使用《postgresql》
One of the experience of solving problems with code error reporting: CUDA does not match pytorch
MySQL Basics - Introduction and basic instructions
软件测试工具fiddler postman jmeter charlse核心功能总结
This year, MediaTek 5g chip shipments are expected to reach 50million sets!
pg_ Installation and use of RMAN "PostgreSQL"
[database]
Target detection notes - overview and common data sets
LTE cell search process and sch/bch design
Yolov5 improvement 4: add ECA channel attention mechanism
Wheel 7: TCP client
WebApplicationType#deduceFromClasspath
[filter tracking] target tracking based on EKF, TDOA and frequency difference positioning with matlab code
【数据库】
Symbol symbol type
Performance optimized APK slimming
MySQL foundation - data query
一份来自奎哥的全新MPLS笔记,考IE必看 ----尚文网络奎哥
Target detection notes -yolo