Skip to content

MobileDev: Android Environment setup

Oscar Fabiano edited this page Jul 6, 2021 · 1 revision

https://developer.android.com/studio/install

$ sudo apt-get install adb
$ sudo apt-get install android-tools-adb

-- check connected devices

$ lsusb 
$ adb devices

On the phone

Settings > Developer Option > Enable USB Debugging Mode.

Clone this wiki locally