Re: [android-developers] Re: apkbuilder ?

2011-03-24 Thread Kris Nuttycombe
I help to maintain the SBT (http://code.google.com/p/simple-build-tool/) 
plugin for Android, which is available 
here: https://github.com/jberkel/android-plugin and would like to bring it 
up to date with respect to apkbuilder. If I understand what you've said 
correctly, part of what would be required to make this really work is to 
factor out the common library build pieces from the Ant tasks and the 
Eclipse plugin into the sdklib, or at least to figure out what they're doing 
and duplicate it in the SBT plugin in order provide library support there. I 
can devote a couple of days to this. Something that would would be very 
helpful would be rough pointers to the parts of the Ant and Eclipse 
libraries that interact with ApkBuilder, or if you have the time a couple of 
quick notes as to what considerations are important when building library 
projects.

Thanks!

Kris

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: apkbuilder ?

2011-03-24 Thread Kris Nuttycombe
Actually, I think I found a good model for how to approach the work here for 
SBT; the Maven android plugin went through the same transition, and it looks 
like it'll serve admirably as a model. For anyone else who might be 
interested in how to go about this, check out this 
commit: 
https://github.com/cescoffier/maven-android-plugin/commit/858df7a989ce5c5cb526a472c4f57953361d2f46

Kris

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en