Thanks Mark. I've looked there and I also downloaded the Android src (hence the delay before this reply).
>From the command line (or a Makefile) I end up in the "apkbuilder" script, this does little except starting com.android.sdklib.build.ApkBuilderMain . The ApkBuilderMain appears to be very thin : it basically calls ApkBuilder in one of several ways. And it prints the warning that triggered me. It looks like Ant has its own stuff in ApkBuilderTask.java, bypassing ApkBuilderMain and thus no warning. Conclusion seems to be that this is a wild goose chase : there's very little I can do right now except ignoring the message. Is this the right conclusion or am I missing something ? Can someone note that leaving such messages (pointing to --help which isn't there) confuses people ? Thanks, Danny On Dec 21, 10:11 am, Mark Murphy <[email protected]> wrote: > Step #1: Visithttp://www.google.com/codesearch > > Step #2: Search on: > > package:android ApkBuilder > > > > On Tue, Dec 21, 2010 at 3:17 AM, Danny Backx <[email protected]> wrote: > > apkbuilder says THIS TOOL IS DEPRECATED (caps not mine). > > > When I run it from the command line, without any options, it > > says (cut somewhat) : > > >> If you wish to use apkbuilder for a custom build system, please look at the > >> com.android.sdklib.build.ApkBuilder which provides support for > >> recent build improvements including library projects. > > > So can someone tell me how/where to "look at" this ? > > > Thanks, > > > Danny > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 > Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

