Trying to install android-file-transfer Ubuntu 18.04 Bionic
Solution 1:
There is a problem with the packaging of the PPA for Bionic. You can instead use Artful PPA to install Android File Transfer on Ubuntu 18.04. (Same version, 3.2-1 as of the time of writing)
First add the PPA to your sources:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0BB4A1B2FA1A38EB
sudo add-apt-repository "deb http://ppa.launchpad.net/samoilov-lex/aftl-stable/ubuntu artful main"
Make sure to run a sudo apt update
to load the new packages, then install android-file-transfer
the usual way:
sudo apt install android-file-transfer
Solution 2:
The following steps were required before I finally got this to run:
- Plug in phone via USB cable.
- (on Android device) yes allow access.
- (on Ubuntu) click 'eject' to unmount the Nautilus (file explorer) automount of the device.
- Run
sudo pkill mtp
- Run
android-file-transfer
Solution 3:
I was also getting issue to install android file transfer on kubuntu 18.04. At last I find best solution appimage base, and its work for me. I am sharing link appimage link
https://github.com/whoozle/android-file-transfer-linux/releases/download/v3.7/Android_File_Transfer-5bf7652-x86_64.AppImage
It will work. We only have to change permission
sudo chmod +x Android_File_Transfer-5bf7652-x86_64.AppImage