On a tangentially-related note, I am planning on distributing virtual
machine images with the same sorts of stuff in it, mostly for
situations like training classes where people need the tools
temporarily or otherwise are not willing to do a full install.
You did not mention what OS your installer was for. If it'll run on
Ubuntu, drop me a line off-list, as I would be happy to help with
testing your installer as part of my virtual machine work.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
We are very interested in making it easier to setup a computer for
Android development.
However I don't think we want to actually bundle things is a huge installer.
I would be more interested in smart downloader based on our SDK Updater.
I could see a light weight package that when launched drives you
through the install, downloads the packages that you want, and then
offers you to create an AVD, letting you choose which platform to base
it on.
There would be a standalone version (download tools, platforms, ndk,
add-ons, ...) for people not using Eclipse
For people using Eclipse I'd like to have a custom Eclipse distrib
that basically does the same on first launch.
The reasoning is that the SDK not a single component but several ones,
each of them released and updated on different schedule. Re-generating
a new installer with all in it would be too complex.
I'd rather have a simple installer that (almost) never changes
(basically only when our repository changes its schema or something
similar), and is basically not tied to our tools or platforms but can
download them.
While we would like to have this, we are not working actively on it,
and would be interested in contributions. See http://tools.android.com
Xav
--
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
Please do not send me questions directly. Thanks!
Have you seen Android SDK Installer (and Android Sources) on
http://code.google.com/p/adt-addons/ ?
Regards,
Peco
The other thing is that we'd like this to be ideally on the 3
platforms we support (Windows, Mac and Linux) and dealing with 32 vs
64 bits.
Note that since Tools r8, we do expose a windows-only installer. It's
a crude repackaging of the tools r8 starter package wrapped in NSIS.
It's not optimal and I was hoping to replace it by some MSI-based
installer that would download the tools instead. I don't have any
experience with Mac or Linux installers though.
R/
ADT plugin is released under the EPL v1.0 license. It contains
kxml*.jar which is under BSD license and groovy-all.jar which is under
BSD/Apache license.
You could look at
http://groups.google.com/group/android-contrib/browse_thread/thread/fcc2ad8ec9f34475/
and http://groups.google.com/group/android-contrib/browse_thread/thread/99293cd39f429cfc.
Peco