使用 PHP 脚本从 APK 获取应用程序信息 [英] Get Application information from an APK using PHP script

查看:30
本文介绍了使用 PHP 脚本从 APK 获取应用程序信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从带有 PHP 的 APK 中获取 versionCodeversionName、应用程序图标和应用程序标签

How can I get the versionCode, versionName, application icon and application label from an APK with PHP

推荐答案

我对 php 不是很熟悉所以不能提供任何代码,但是思路是:

I'm not that familiar with php so I can't provide any code, but the idea is:

  • 解压 APK 文件(因为它是普通"zip 格式)
  • 打开 AndroidManifest.xml
  • 解析 标签的 android:versionCodeandroid:versionName
  • unzip the APK file (since it's "nomal" zip format)
  • open the AndroidManifest.xml and
  • parse the <manifest> tag for android:versionCode and android:versionName

这篇关于使用 PHP 脚本从 APK 获取应用程序信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆