Where to download latest Android-SDK for Ubuntu other than Android.com


up vote
3
down vote
favorite
Based on similar questions i think this is not an off-topic question neither duplicate, i also have looked at Stackoverflow and Askubuntu for my problem but there was not any answer and most of them were for older versions.
I have an Ubuntu 16.04 OS witch is offline and does not have internet connection, I have downloaded and installed android studio 3.0.1 from other PC to that offline OS, i also have downloaded android-SDK-tools witch i don't know what to do with.
when i start android studio it asks for android SDK path but i can't find any link to download it. as long as i have searched the latest version is 26 but there i could not find any straight way to download it.
TL,DR:
Is there any link to download the latest version of Android-SDK for Gnu/Linux operating systems like Ubuntu?
Important: unfortunately google does not let users from my location to download any thing from it's android.com through it's website nor apt-get nor android studio built in downloads, so please mind it in your answers.
android android-studio android-sdk
add a comment |Â
up vote
3
down vote
favorite
Based on similar questions i think this is not an off-topic question neither duplicate, i also have looked at Stackoverflow and Askubuntu for my problem but there was not any answer and most of them were for older versions.
I have an Ubuntu 16.04 OS witch is offline and does not have internet connection, I have downloaded and installed android studio 3.0.1 from other PC to that offline OS, i also have downloaded android-SDK-tools witch i don't know what to do with.
when i start android studio it asks for android SDK path but i can't find any link to download it. as long as i have searched the latest version is 26 but there i could not find any straight way to download it.
TL,DR:
Is there any link to download the latest version of Android-SDK for Gnu/Linux operating systems like Ubuntu?
Important: unfortunately google does not let users from my location to download any thing from it's android.com through it's website nor apt-get nor android studio built in downloads, so please mind it in your answers.
android android-studio android-sdk
Can you add a screenshot of your problem.
â TheOneAboveAll
Mar 17 at 14:40
@karel it's not duplicate, i made some modifications to make the differences clear.
â yekanchi
Mar 17 at 14:44
Not being able to download from Google, nor being able to use apt-get will make this very hard. Perhaps getting a VPN to get around this might be the easiest way (?)
â JonasCz
Mar 17 at 17:31
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
Based on similar questions i think this is not an off-topic question neither duplicate, i also have looked at Stackoverflow and Askubuntu for my problem but there was not any answer and most of them were for older versions.
I have an Ubuntu 16.04 OS witch is offline and does not have internet connection, I have downloaded and installed android studio 3.0.1 from other PC to that offline OS, i also have downloaded android-SDK-tools witch i don't know what to do with.
when i start android studio it asks for android SDK path but i can't find any link to download it. as long as i have searched the latest version is 26 but there i could not find any straight way to download it.
TL,DR:
Is there any link to download the latest version of Android-SDK for Gnu/Linux operating systems like Ubuntu?
Important: unfortunately google does not let users from my location to download any thing from it's android.com through it's website nor apt-get nor android studio built in downloads, so please mind it in your answers.
android android-studio android-sdk
Based on similar questions i think this is not an off-topic question neither duplicate, i also have looked at Stackoverflow and Askubuntu for my problem but there was not any answer and most of them were for older versions.
I have an Ubuntu 16.04 OS witch is offline and does not have internet connection, I have downloaded and installed android studio 3.0.1 from other PC to that offline OS, i also have downloaded android-SDK-tools witch i don't know what to do with.
when i start android studio it asks for android SDK path but i can't find any link to download it. as long as i have searched the latest version is 26 but there i could not find any straight way to download it.
TL,DR:
Is there any link to download the latest version of Android-SDK for Gnu/Linux operating systems like Ubuntu?
Important: unfortunately google does not let users from my location to download any thing from it's android.com through it's website nor apt-get nor android studio built in downloads, so please mind it in your answers.
android android-studio android-sdk
android android-studio android-sdk
edited Mar 17 at 14:49
asked Mar 17 at 14:36
yekanchi
163
163
Can you add a screenshot of your problem.
â TheOneAboveAll
Mar 17 at 14:40
@karel it's not duplicate, i made some modifications to make the differences clear.
â yekanchi
Mar 17 at 14:44
Not being able to download from Google, nor being able to use apt-get will make this very hard. Perhaps getting a VPN to get around this might be the easiest way (?)
â JonasCz
Mar 17 at 17:31
add a comment |Â
Can you add a screenshot of your problem.
â TheOneAboveAll
Mar 17 at 14:40
@karel it's not duplicate, i made some modifications to make the differences clear.
â yekanchi
Mar 17 at 14:44
Not being able to download from Google, nor being able to use apt-get will make this very hard. Perhaps getting a VPN to get around this might be the easiest way (?)
â JonasCz
Mar 17 at 17:31
Can you add a screenshot of your problem.
â TheOneAboveAll
Mar 17 at 14:40
Can you add a screenshot of your problem.
â TheOneAboveAll
Mar 17 at 14:40
@karel it's not duplicate, i made some modifications to make the differences clear.
â yekanchi
Mar 17 at 14:44
@karel it's not duplicate, i made some modifications to make the differences clear.
â yekanchi
Mar 17 at 14:44
Not being able to download from Google, nor being able to use apt-get will make this very hard. Perhaps getting a VPN to get around this might be the easiest way (?)
â JonasCz
Mar 17 at 17:31
Not being able to download from Google, nor being able to use apt-get will make this very hard. Perhaps getting a VPN to get around this might be the easiest way (?)
â JonasCz
Mar 17 at 17:31
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
The easiest way is to install Ubuntu Make and then install android-sdk from it:
sudo add-apt-repository ppa:lyzardking/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake android android-sdk
Yes it may help. but it;s not possible for me where i live. is there any way to go around with this google limitations?
â yekanchi
Mar 17 at 14:46
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The easiest way is to install Ubuntu Make and then install android-sdk from it:
sudo add-apt-repository ppa:lyzardking/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake android android-sdk
Yes it may help. but it;s not possible for me where i live. is there any way to go around with this google limitations?
â yekanchi
Mar 17 at 14:46
add a comment |Â
up vote
0
down vote
The easiest way is to install Ubuntu Make and then install android-sdk from it:
sudo add-apt-repository ppa:lyzardking/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake android android-sdk
Yes it may help. but it;s not possible for me where i live. is there any way to go around with this google limitations?
â yekanchi
Mar 17 at 14:46
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The easiest way is to install Ubuntu Make and then install android-sdk from it:
sudo add-apt-repository ppa:lyzardking/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake android android-sdk
The easiest way is to install Ubuntu Make and then install android-sdk from it:
sudo add-apt-repository ppa:lyzardking/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake android android-sdk
answered Mar 17 at 14:40
N0rbert
16.1k33275
16.1k33275
Yes it may help. but it;s not possible for me where i live. is there any way to go around with this google limitations?
â yekanchi
Mar 17 at 14:46
add a comment |Â
Yes it may help. but it;s not possible for me where i live. is there any way to go around with this google limitations?
â yekanchi
Mar 17 at 14:46
Yes it may help. but it;s not possible for me where i live. is there any way to go around with this google limitations?
â yekanchi
Mar 17 at 14:46
Yes it may help. but it;s not possible for me where i live. is there any way to go around with this google limitations?
â yekanchi
Mar 17 at 14:46
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1016759%2fwhere-to-download-latest-android-sdk-for-ubuntu-other-than-android-com%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Can you add a screenshot of your problem.
â TheOneAboveAll
Mar 17 at 14:40
@karel it's not duplicate, i made some modifications to make the differences clear.
â yekanchi
Mar 17 at 14:44
Not being able to download from Google, nor being able to use apt-get will make this very hard. Perhaps getting a VPN to get around this might be the easiest way (?)
â JonasCz
Mar 17 at 17:31