How to get the version of an android app via bash/cli? [answered]
The apk files are here find /home/.android/data/app |grep apk
but the xml inside are binary.
How to get the version of an installed android app via bash/cli? Any other xml file or similar?
try using android shell for that instead of ahacking around
coderus ( 2020-02-09 10:44:30 +0200 )editI am not so familiar with the android eco system, so I do really appreciate any concrete hint how to acomplish this (using that shell)? Thanks
Leon ( 2020-02-10 01:02:09 +0200 )edit@Leon
Have a look at the answer given by Richie Cotton, perhaps the info given still stands?
https://together.jolla.com/question/25144/how-to-find-the-version-number-of-apps/
Spam Hunter ( 2020-02-10 19:17:59 +0200 )edit