Take screenshots from both devices and merge them
Recently I had to compare two versions of the app. I had Huawei and Samsung devices. Instead do it manually I made some research and I created script for that:…
Recently I had to compare two versions of the app. I had Huawei and Samsung devices. Instead do it manually I made some research and I created script for that:…
This script helps move builded apk to external path i.e Dropbox drive or Google drive. Here is a gradle script for copying apk according to build type: def publish =…
Here is the tutorial how to connect Huawei device over wifi using adb. We need: Device's name and ip My target's name: EHT0220B19001804My target's ip: 192.168.0.249Enabled USB Debugging and checked…