Hi,
I have a problem with an Android background service defined in my App. It is executing fine at the desired intervall, but from time to time I see the Exception "ReferenceError: Alloy is not defined" on the Line where I do a Ti.API.info() call. I use Alloy.Globals in the Service to set/read some values; it works most of the time and I cannot reproduce the failing. Any ideas?
My setup: Titanium SDK 3.4.0.GA Titanium Studio, build: 3.4.1.201410191559 Error happens on different Android versions (all 4.X).
Any ideas?