Answers for "install android sdk with command line tools"

10

install android sdk

Android SDK is bundled with Android Studio
(this is the easiest way to install and use the SDK)
https://developer.android.com/studio

Or you can install it seperately
https://developer.android.com/studio#command-tools
Posted by: Guest on March-08-2021
0

how to install android sdk tools in ubuntu using command line

$ export PATH=/opt/android/tools:/opt/android/tools/bin:$PATH
Posted by: Guest on February-03-2021

Code answers related to "install android sdk with command line tools"

Browse Popular Code Answers by Language