Path to android.jar is hardcoded in aaptcompilermojo.java + parameters documenttation
1 view
Skip to first unread message
alain....@gmail.com
unread,
Nov 18, 2008, 12:57:05 PM11/18/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Masa Developers
The path to android.jar is hardcoded in in aaptcompilermojo.java as
localrepository/android/android when it could be for example
localrepository/com/google/android.
A parameter should be implemented to supersed this default value.
More generally I didn't see documentation on on plugin parameters. It
could be usefull to start a collaborative documentation on the Wiki
for this topic, while going through the source code of the plugin to
find the parameters is probably not the best way.