Android tools makes the communication between Macos and Android devices easier. You can view devices informations, install applications and browse files...
You can install application from Github releases, using .dmg file. In app update is available to keep your application up to date.
If your application displays strange command results, don't hesitate to change the path to ADB in the application settings. To find out which path to put in the parameters, type the command which adb
. I'm currently working on the application to improve error handling.
You can install an application from any .apk file on your Mac. You can drag and drop it into the application, or load it from the finder.
application-installer.mp4
The File Explorer in AndroidTools allows for easy and intuitive file management on your Android devices directly from your Mac. Here are the key features:
- Adding Files: You can add files to your Android device either by using drag-and-drop or by selecting them through Finder.
- Deleting Files and Folders: Easily delete files or folders from your Android device with a simple action in the explorer interface.
- Downloading Files: Download files from your Android device to your Mac to back up data or for local use.
file-explorer.mp4
You can now view logcat logs into Android Tools, you can filter by package name, refresh and clear all logcat.
logcat.mp4
-
General
- Better error handling
-
Device information :
- New design
- Screenshot
- Record video
-
Logcat
- Clean architecture
-
Use emulators
-
Screen miroring (like Vysor)
-
Database viewer
./gradlew packageDmg
./gradlew packageExe