I'd like to have a crack at making an Android app, and I've been reading around what I'll need to install & configure to get started.
There seems to be a couple of ways to do things:
1) Download the lot from Google as the ADT bundle
2) OR, do things separately:
As you may have guessed, I'm a little confused as to why I can't just download the lot using apt-get, either through the ubuntu repos or by adding a PPA... from what I've read it seems like the whole lot is free software, so why not?
I'd rather do it with apt-get to make upgrading easier, but if I can only do bits with apt-get then that kind of defeats the point, and I may as well just do the whole lot in one go manually.
Any advice you can offer would be greatly received!
Thanks,
Feathers
There seems to be a couple of ways to do things:
1) Download the lot from Google as the ADT bundle
If you're a new Android developer, we recommend you download the ADT Bundle to quickly start developing apps. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.
With a single download, the ADT Bundle includes everything you need to begin developing apps:
Eclipse + ADT plugin
Android SDK Tools
Android Platform-tools
The latest Android platform
The latest Android system image for the emulator
With a single download, the ADT Bundle includes everything you need to begin developing apps:
Eclipse + ADT plugin
Android SDK Tools
Android Platform-tools
The latest Android platform
The latest Android system image for the emulator
- download eclipse through apt-get
- download the ADT eclipse plugin manually (can this be done with apt-get?)
- download the SDK tools manually (again, why not apt-get?)
- download the android platform and system images for the emulator (apt-get? is this what android-platform-headers is?)
As you may have guessed, I'm a little confused as to why I can't just download the lot using apt-get, either through the ubuntu repos or by adding a PPA... from what I've read it seems like the whole lot is free software, so why not?
I'd rather do it with apt-get to make upgrading easier, but if I can only do bits with apt-get then that kind of defeats the point, and I may as well just do the whole lot in one go manually.
Any advice you can offer would be greatly received!
Thanks,
Feathers
Comment