Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 806 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 806 Bytes

android-tools-AppImage

Unofficial AppImage of Android Platform Tools (adb, fastboot, etc), uses the official binaries and turns them into an AppImage.

This AppImage bundles everything and should work on any linux distro, even on musl based ones.

You can also run the android-tools-appimage.sh script in your machine to make the AppImage.

If you are missing android udev rules you can usually get them from your distro repos or use the flag --getudev with the AppImage to install them.

It is possible that this appimage may fail to work with appimagelauncher, since appimagelauncher is pretty much dead I recommend this alternative: https://github.com/ivan-hc/AM

This appimage works without fuse2 as it can use fuse3 instead.