RE: plugin with AAR

2014-12-07 Thread Fu, Junwei
: dev@cordova.apache.org; iclell...@google.com; Hu, Ningxin; Gao, Chun Subject: Re: plugin with AAR Had a look at the PR and think it looks good! Only thing I'd say is that I'd like to reserve build-extras.gradle for the user (tools shouldn't modify it). Modifying build.gradle is chal

Re: plugin with AAR

2014-11-06 Thread Andrew Grieve
rieve [mailto:agri...@google.com] > Sent: Wednesday, November 05, 2014 12:44 AM > To: Fu, Junwei > Cc: dev@cordova.apache.org; iclell...@google.com; Hu, Ningxin; Gao, Chun > Subject: Re: plugin with AAR > > Had a look at the PR and think it looks good! Only thing I'd say is th

RE: plugin with AAR

2014-11-05 Thread Fu, Junwei
a 4.0. -Original Message- From: Andrew Grieve [mailto:agri...@google.com] Sent: Wednesday, November 05, 2014 12:44 AM To: Fu, Junwei Cc: dev@cordova.apache.org; iclell...@google.com; Hu, Ningxin; Gao, Chun Subject: Re: plugin with AAR Had a look at the PR and think it looks good! Only thin

Re: plugin with AAR

2014-11-04 Thread Andrew Grieve
> From: iclell...@google.com [mailto:iclell...@google.com] On Behalf Of Ian > Clelland > Sent: Wednesday, September 24, 2014 3:12 AM > To: dev@cordova.apache.org > Cc: Hu, Ningxin > Subject: Re: plugin with AAR > > "Work in progress" is serious here. I wouldn'

RE: plugin with AAR

2014-10-27 Thread Fu, Junwei
sday, September 24, 2014 3:12 AM To: dev@cordova.apache.org Cc: Hu, Ningxin Subject: Re: plugin with AAR "Work in progress" is serious here. I wouldn't count on the Gradle build being completely stable until you see a 3.7 or a 4.0 release candidate. If you're developing plugins w

Re: plugin with AAR

2014-09-23 Thread Ian Clelland
d project which include AndroidManifest.xml and > > project.properties files, but it isn't what I want. I expect simple > > development with follow steps: > > > > 1. Develop plugin with AAR > > > > Wri

Re: plugin with AAR

2014-09-23 Thread Andrew Grieve
m > remote maven repository, the AAR is library project. I need to make the > plugin to android project which include AndroidManifest.xml and > project.properties files, but it isn't what I want. I expect simple > development with follow steps: > > 1. Develop pl

plugin with AAR

2014-09-23 Thread Fu, Junwei
project.properties files, but it isn't what I want. I expect simple development with follow steps: 1. Develop plugin with AAR Write a library.gradle file that include how to compiling the AAR, it looks like: Repositories { Maven { mavenCe