Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
How to set the ANDROID_HOME path in ubuntu?

Please provide the steps.

1 Answer

0 votes
by (36.8k points)

In your console just type the below command:

export ANDROID_HOME=$HOME/Android/Sdk

export PATH=$PATH:$ANDROID_HOME/tools

If you want to make it permanent just add these lines in a ~/.bashrc file

Want to be a Linux expert? Come and join this Linux course

Do check out the video below

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Feb 5, 2021 in Linux by blackindya (18.4k points)
0 votes
1 answer
asked Jan 20, 2021 in Linux by blackindya (18.4k points)

Browse Categories

...