Android

flutter: Google’s free, open source, and cross-platform mobile app SDK

Flutter is an exceptional software development kit (SDK) created by Google, offering developers a free, open source, and cross-platform solution…

fdroidcl – F-Droid CLI client

"Fdroidcl" is a command-line interface (CLI) client for F-Droid, a platform that provides a catalog of Free and Open Source…

fdroid: F-Droid build tool

"fdroid" is a command-line tool used for managing the F-Droid ecosystem, which is an installable catalog of Free and Open…

fastboot Command Examples

"fastboot" is a command-line tool that allows you to communicate with connected Android devices when they are in bootloader mode.…

emulator: Manager Android emulators from the command-line

The "emulator" command-line tool is a part of the Android SDK (Software Development Kit) and provides a convenient way to…

dexdump: Display information about Android DEX files

"dexdump" is a command-line tool that provides detailed information about Android DEX files. DEX files, short for Dalvik Executable files,…

bundletool: Command-line tool to manipulate Android Application Bundles

The "bundletool" is a command-line tool developed by Google for manipulating Android Application Bundles (AAB). An Android Application Bundle is…

apktool – Reverse engineer APK files (Command Examples)

"apktool" is a powerful and versatile tool used for reverse engineering Android application packages (APK files). It enables developers and…

androguard – Reverse engineering tool for Android applications. Written in Python

"Androguard" is a powerful reverse engineering tool specifically designed for analyzing Android applications. It is written in Python, making it…

adb – Android Debug Bridge: communicate with an Android emulator instance or connected Android devices

ADB (Android Debug Bridge) is a versatile command-line tool that allows you to communicate with an Android emulator or connected…