How to get adb drivers get woring?

recently installed clear linux. For the mobile development the ADB is required. i didn’t find in bundle or store. Does Anyone Knows how to get it working?

I’ve always just downloaded and extracted ADB from the SDK Platform Tools as a standalone thing like:

wget https://developer.android.com/studio/releases/platform-tools 
unzip platform-tools-latest-linux.zip
cd unzip platform-tools
./adb devices

You might need to add a udev rule under /etc/udev/rules.d for the right access to the USB device.

This has always worked for my purposes but I don’t know if there is a better way.

2 Likes

hey I have an issue here I run command ./adb devices works
added udev as instructed here but still when I try to run this on another folder eg flutter app for flutter run I cannot see devices