How does one get the classes.jar from a third party *.aar dependency so 
that javadocs can be linked appropriately? (without "package does not exist" 
type noise)

As far as I can see there are 2 options:

   1. extract the .aar and stash the classes.jar in a temp directory 
   somewhere local to the project
   2. pirate the already exploded-aar in the build dir by using the 
   dependency groupID, artifactID and version to generate the expected path
   

any better ideas?

why don't tools like doclava happily ingest *.aar yet?  Will they someday?

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to