FYI - Android working

2016-10-20 Thread Dan Debrunner
FYI - I just built the release target and suffered though getting a simple Edgent application working on Android. While the process isn't easy, the Edgent android jars are working on Android, so thanks to Dale et al who worked on getting them through the gradle build process. Dan.

Re: FYI - Android working

2016-10-20 Thread Dale LaBossiere
That’s good news! sans the suffering part :-) a) can you document the process? b) where should that documentation go? E.g., edgent_overview.html (which is incorporated into the javadoc index.html) has a Building Applications section. It doesn’t currently seem to say anything about java8 vs 7

Re: FYI - Android working

2016-10-31 Thread Julia Bamford
Dan, If you want someone to give the docs a scrub, let me know. > a) can you document the process? > Yes, I'll find time to write it up. For my app I did have to make a > change to add another jar into the Android set. It would be nice if that > could be included in the release.

Re: FYI - Android working

2016-11-29 Thread Dan Debrunner
On 10/26/2016 8:12 AM, Dan Debrunner wrote: On 10/20/2016 12:57 PM, Dale LaBossiere wrote: a) can you document the process? Yes, I'll find time to write it up. For my app I did have to make a change to add another jar into the Android set. It would be nice if that could be included in the rel

Fwd: Re: FYI - Android working

2016-10-31 Thread Dan Debrunner
a) can you document the process? Yes, I'll find time to write it up. For my app I did have to make a change to add another jar into the Android set. It would be nice if that could be included in the release. I'll see if I can get a pull request by the end of the week. b) where should tha