Re: [Dev] Android EdgeAnalyticsService (mobile CEP) Restructuring

2015-12-01 Thread Janitha Samarasinghe
Hi, I attempted to run Siddhi 3.0.4 on Android. But encountered the following problems: 1. Gradle build fails due to duplicate files in META-INF folder in the jars: 1. siddhi-core-3.0.4-SNAPSHOT.jar 2. siddhi-query-api-3.0.4-SNAPSHOT.jar 3.

Re: [Dev] Android EdgeAnalyticsService (mobile CEP) Restructuring

2015-12-01 Thread Sriskandarajah Suhothayan
Can you share me the project git hub link I'll try to simulate this. Suho On Tue, Dec 1, 2015 at 2:41 PM, Janitha Samarasinghe wrote: > Hi, > > I attempted to run Siddhi 3.0.4 on Android. But encountered the following > problems: > >1. Gradle build fails due to duplicate

Re: [Dev] Android EdgeAnalyticsService (mobile CEP) Restructuring

2015-11-27 Thread Sriskandarajah Suhothayan
Were you able to run Siddhi 3.0 in Android. Try that and escalate the issues ASAP Suho On Fri, Nov 27, 2015 at 12:27 PM, Janitha Samarasinghe wrote: > Hi all, > > The way in which the existing Android EdgeAnalyticsService is implemented > is not structured as an Android

[Dev] Android EdgeAnalyticsService (mobile CEP) Restructuring

2015-11-26 Thread Janitha Samarasinghe
Hi all, The way in which the existing Android EdgeAnalyticsService is implemented is not structured as an Android system service. We are currently re-structuring it to be usable just as an Android system service. This is what getting the service on a client would look like once completed: 1.