Tools:
https://github.com/patrickfav/uber-apk-signer
https://github.com/iBotPeaches/Apktool
How:
apktool d app-release.apk -o extracted_apkTools:
https://github.com/patrickfav/uber-apk-signer
https://github.com/iBotPeaches/Apktool
How:
apktool d app-release.apk -o extracted_apkI found a way to install older Android versions (4.x) on latest version of Genymotion. I only tested it on Windows but it should work on Mac and Linux too. So here is what you need to do:
Download the required Android image. I've reuploaded the files to Mega and saved them on the WayBack Machine.
| # This file contains the fastlane.tools configuration | |
| # You can find the documentation at https://docs.fastlane.tools | |
| default_platform(:ios) | |
| platform :ios do | |
| desc "Description for the lane" | |
| lane :metrics do | |
| scan(scheme: "Yummy", | |
| code_coverage: true, |