如何查看Android市场中应用程序的清单文件?
如何下载APK?如何查看清单文件?
有没有一个网站可以做到这一点?
How to download the apk? How to see the manifest file?
Is there a website that does this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
例如,您可以使用 getjar 下载 apk,与市场不同的是,它没有系统权限,因此它会将 apk 下载到您的 sd 卡上,然后提示安装。你可以在那里得到apk。
或者使用像 astro 这样的备份管理器来获取您自己的应用程序。
您可以使用 apktool 解压 apk 并获取可读的清单文件
You can use getjar for exemple to download apk, unlike the market it doens't have the system persmission, so it download the apk on your sd card and then prompte for install. you can get the apk there.
Or use a backup manager like astro to get your own apps.
You can use apktool to unpack apk and get a readeable manifest file
您无法从 Android 市场查看应用程序的清单文件。您可以从 Android 市场中的应用程序网页查看该应用程序的所有权限、功能、所需的硬件等。
您可以从其他网站获取应用程序,您可以下载 apk 并获取清单文件。
You cant view the manifest file of an application from the android market. You can view all the permissions ,features , hardware required etc for the app from the webpage for the app in android market.
You can get apps from other sites were you can download the apk and get the manifest file.