Page 1 of 1

how to install android developer platform

Posted: Thu May 20, 2010 4:00 pm
by Geomint
Ok being somewhat new to Linux I am having trouble figuring out how to install the development platform from google for their phone OS called Android.
(I want to install it so I can develop an app for Android phones.)
The google android Linux SDK can be found here
http://developer.android.com/sdk/index.html
They have a TGZ file.

I see no reference to android developer environment in either synaptic package installer or software installer.

I gather that mint hasn't put it on their approved app packages yet?

So how does one manually install a package like that?

And I confess I have now realized I am not sure of the difference between the package manager and the software manager in Mint.
(Helena)

Does one retrieve prescreened/approved software packages from online and put them on your computer and the other install them on the computer?

this thread didn't really help but I read it:
http://forums.linuxmint.com/viewtopic.p ... id#p194272

Again what I am really asking here is in general how do you install a package through a tgz or DEB or bin that yuo have to manually download?
(My specific intent is the Android SDK but I wan tto know how to do it for other software I only can get by manually downloading the tgz or deb)

Thanks

Re: how to install android developer platform

Posted: Fri May 21, 2010 11:48 am
by dawgdoc
Geomint wrote:Again what I am really asking here is in general how do you install a package through a tgz or DEB or bin that yuo have to manually download?
(My specific intent is the Android SDK but I wan tto know how to do it for other software I only can get by manually downloading the tgz or deb)

Thanks
Installing the deb files will be the easiest. You can double click on the file.
Hereis a post by vrkalak that has links to compiling from source( .tar.gz and .tar.bz2 files), installing bin files and even rpm files, as well as the Ubuntu guide.

Re: how to install android developer platform

Posted: Fri May 21, 2010 5:21 pm
by Geomint
thank you !