Skip to content

Instantly share code, notes, and snippets.

@avoidik
avoidik / README.md
Last active October 14, 2025 02:25
Repack APK, make it debuggable
@1nikolas
1nikolas / genymotion-4.x.md
Last active August 29, 2025 13:07
Install Android 4.1, 4.2, 4.3 on Genymotion

Install Android 4.1, 4.2, 4.3 on Genymotion

I 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:

Step 1

Download the required Android image. I've reuploaded the files to Mega and saved them on the WayBack Machine.

@hassanrazahasrat
hassanrazahasrat / Fastfile
Last active October 17, 2022 01:42
SonarQube for iOS project (Swift)
# 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,