Re: Plugman support for Android libraries

2014-06-16 Thread Andrew Grieve
please write some? :) Martin Bektchiev AppBuilder Core Team -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Friday, June 13, 2014 5:40 PM To: dev Subject: Re: Plugman support for Android libraries Ah, okay. Yeah, when I tried

RE: Plugman support for Android libraries

2014-06-13 Thread Martin Bektchiev
intention). Looking forward to your thoughts on this! ~Martin Bektchiev -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Friday, June 6, 2014 11:26 PM To: dev Subject: Re: Plugman support for Android libraries Just tested this out today

Re: Plugman support for Android libraries

2014-06-13 Thread Andrew Grieve
...@google.com] On Behalf Of Andrew Grieve Sent: Monday, May 12, 2014 5:35 PM To: dev Subject: Re: Plugman support for Android libraries Adding library support would be a definite win. android update project is what we use in our create / update script right now, and it has the side-effect

RE: Plugman support for Android libraries

2014-06-13 Thread Martin Bektchiev
To: dev Subject: Re: Plugman support for Android libraries Ah, okay. Yeah, when I tried it out I was seeing the not found errors because I didn't have a src to copy it in. Let's make the copying of the files automatic (can't think of why you might not want this). Want to take this on or I can do

Re: Plugman support for Android libraries

2014-06-06 Thread Andrew Grieve
Grieve Sent: Monday, May 12, 2014 5:35 PM To: dev Subject: Re: Plugman support for Android libraries Adding library support would be a definite win. android update project is what we use in our create / update script right now, and it has the side-effect of creating duplicate library entries each

RE: Plugman support for Android libraries

2014-05-16 Thread Martin Bektchiev
=path/to/library /. Do you think that it will be good to require specification of the custom=true attribute or not? -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Monday, May 12, 2014 5:35 PM To: dev Subject: Re: Plugman support

Plugman support for Android libraries

2014-05-13 Thread Martin Bektchiev
Hi guys, I want to ask you for ideas about how would it be best to solve an issue that I'm facing. Sometimes a plugin's implementation depends on a native library, but there's no easy way to embed it as a .jar file in Android if the library has resources. Let's take

Re: Plugman support for Android libraries

2014-05-13 Thread Joe Bowser
We're already talking about the need for post-install hooks, such as adding third party libraries using android update project. This is required for the work that we're doing with the Third Party WebView. Sadly, the thing got bike-shedded to death on this list, which is something that happens far

Re: Plugman support for Android libraries

2014-05-13 Thread Shazron
Makes sense. Before we lose track of this, best to file an issue: http://issues.apache.org/jira/browse/CB ... so it can be tracked and evaluated by the devs, and you can be notified. Sign up here: https://issues.apache.org/jira/secure/Signup!default.jspa Thanks! On Thu, May 8, 2014 at

Plugman support for Android libraries

2014-05-12 Thread Martin Bektchiev
Hi guys, I want to ask you for ideas about how would it be best to solve an issue that I'm facing. Sometimes a plugin's implementation depends on a native library, but there's no easy way to embed it as a .jar file in Android if the library has resources. Let's take

Re: Plugman support for Android libraries

2014-05-12 Thread Andrew Grieve
Adding library support would be a definite win. android update project is what we use in our create / update script right now, and it has the side-effect of creating duplicate library entries each time you update your project. Writing logic to manually edit the project.properties file would be