If you want to know certain information such as VersionName and VersionCode of an apk which is on your machine without having to install the app onto your device you can easily find this out by using aapt. aapt is a tool which comes when installing the android sdk.
Posts in the Android category:
Setting up UiAutomator
UiAutomator is a tool provided by Google which allows us to write automated tests to perform black box testing. In other words we can use UiAutomator to test the behavior of an application or device.
Configure your environment variables – Windows
In order to be able to be able to write and run automated tests you will need to setup your machines environment variables. Environment variables basically tells the machine what directory to install files in, where to find user profiles, where to store temporary files, what directory certain files and settings are in, as well as […]