开发者

Android - Check the package of an app

开发者 https://www.devze.com 2023-03-12 09:20 出处:网络
Sup开发者_运维知识库pose I got an apk file, how can I check the package of it? Should I use the tools like apktool to fulfill this action?

Sup开发者_运维知识库pose I got an apk file, how can I check the package of it?

Should I use the tools like apktool to fulfill this action?

The package mean "com.example.helloworld"

Thanks


Yes. apktool is a great tool for this. To use apktool:

apktool d application.apk application-apk

After that, inspect application-apk/AndroidManifest.xml file and look at the <manifest> root element at the top.


You have different tools:

Apktool

Android Multitool

Apk Viewer

ApkShellext

0

精彩评论

暂无评论...
验证码 换一张
取 消