An indispensable auxiliary tool for Android development

jadx

jadxIt is an apk decompilation tool.

Insert image description here

PS: When some versions are installed, the class file cannot be opened and a different version is required.

Open source address: https://github.com/skylot/jadx

android_tool

android_toolAndroid devices can be controlled by executing ADB commands to implement some common functions, which is convenient for debugging during Android development. It can currently be run on Windows and Mac OS, and needs to be verified on Linux. It supports some common ADB commands and file management, and supports Drag and drop files to transfer files and install APKs, and support the Log viewing function.

Insert image description here

Open source address: https://github.com/EaniaHuui/android_tool

scrcpy-gui

A tool that can control and mirror Android devices on PC via USB data cable or adb wireless connection. It is available for GNU/Linux, Windows and MacOS.

Insert image description here

Open source address: https://github.com/Tomotoes/scrcpy-gui

Code Crafts

Code CraftsIt is a tool App that assists Android development and debugging. The core is a draggable sidebar floating window that can be folded or expanded. The floating window contains 5 major functions, each corresponding to a Tab. These 5 major functions are application control, developer options, common functions, common system settings and global functions. If this APP is installed on the test device, then there is no need to introduce the framework in your project CustomActivityOnCrash.

Specific details: https://juejin.cn/post/7194736298521788472

SQLite Expert Personal

SQLite Expertis a powerful tool designed to simplify the development of SQLite3 databases. It is a feature-rich SQLite management and development tool designed to meet the needs of all users, from writing simple SQL queries to developing complex databases. Supported platforms: Windows 2000, XP, Vista, 7, 8, 10, 11.

Insert image description here

PS: With Android Studiothe continuous upgrade and iteration of the version, the new version can already use App inspectionthe function to view the database in real time.

Download address: https://www.sqliteexpert.com/download.html

Guess you like

Origin blog.csdn.net/baidu_41616022/article/details/130616574