É possível instalar o ABD no endless? Como faço?
Hi,
- Download the Google Platform Tools from https://developer.android.com/studio/releases/platform-tools and extract them to some location in your Home Directory, e.g. to ~/platform-tools
- Open a Terminal and run the tools:
cd ~/platform-tools
./adb devices
./adb shell
If you want to access the platform tools from anywhere without the need to specify the absolute path, enter the following:
echo "export PATH=${PATH}:~/platform-tools" >> ~/.bashrc
This will append the path ~/platform-tools
to your search path and allows you to execute the ADB tools from anywhere.
Please let us know if the solution from Egrath worked.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.