我是靠谱客的博主 乐观冬瓜,最近开发中收集的这篇文章主要介绍android 解析apk包名,PC上查看/解析APK包名,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

E:apktools>aapt d badging jj.apk | grep 'package:'

package: name='com.roguerocketgames.m3s' versionCode='6' versionName='0.7.3'

appt还有更多的功能,对apk的解析非常容易,可以查看它帮助

Android Asset Packaging Tool

Usage:

aapt l[ist] [-v] [-a] file.{zip,jar,apk}

List contents of Zip-compatible archive.

aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]]

badging Print the label and icon for the app declared in APK.

permissions Print the permissions from the APK.

resources Print the resource table from the APK.

configurations Print the configurations in the APK.

xmltree Print the compiled xmls in the given assets.

xmlstrings Print the strings of the given compiled xml assets.

aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml]

[-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile]

[--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL]

[--app-version VAL] [--app-version-name TEXT] [--custom-package VAL]

[--rename-manifest-package PACKAGE]

[--rename-instrumentation-target-package PACKAGE]

[--utf16] [--auto-add-overlay]

[--max-res-version VAL]

[-I base-package [-I base-package ...]]

[-A asset-source-dir] [-G class-list-file] [-P public-definitions-file]

[-S resource-sources [-S resource-sources ...]]

[-F apk-file] [-J R-file-dir]

[--product product1,product2,...]

[-c CONFIGS] [--preferred-configurations CONFIGS]

[raw-files-dir [raw-files-dir] ...]

[--output-text-symbols DIR]

Package the android resources. It will read assets and resources that are

supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R

options control which files are output.

最后

以上就是乐观冬瓜为你收集整理的android 解析apk包名,PC上查看/解析APK包名的全部内容,希望文章能够帮你解决android 解析apk包名,PC上查看/解析APK包名所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(76)

评论列表共有 0 条评论

立即
投稿
返回
顶部