openatx / adbutils

pure python adb library for google adb service.
MIT License
736 stars 173 forks source link

Apk的“version_name”如果是“字母+数字”会返回空结果 #45

Closed wangsy0122 closed 2 years ago

wangsy0122 commented 3 years ago

d.package_info('com.ksxx.forestmonitoring')

{'package_name': 'com.ksxx.forestmonitoring', 'version_name': '', 'version_code': '38', 'flags': ['HAS_CODE', 'ALLOW_CLEAR_USER_DATA', 'ALLOW_BACKUP'], 'first_install_time': datetime.datetime(2021, 6, 9, 18, 54, 13), 'last_update_time': datetime.datetime(2021, 6, 9, 18, 54, 13), 'signature': 'aed60245'}

aapt dump badging YueLinJianCe.apk package: name='com.ksxx.forestmonitoring' versionCode='38' versionName='forest_1.7.7' compileSdkVersion='29' compileSdkVersionCodename='10'