Expand my Community achievements bar.

SOLVED

Source for ES4 Mobile Workspace App ?

Avatar

Former Community Member

I can't find the source for the Mobile Workspace App in ES4.  The documentation says it will be in the adobe-lc-mobileworkspace-src.zip file found in this path: [LiveCycle_root]\sdk\LC Mobile Workspace.    I have that file - but there's no Android folder -- there's a Capture folder and a Capture.xcodeproj. And a PhoneGap folder...and a couple other that seem to have no chance of being correct.

Am I supposed to build the android project through phonegap?  Is there updated documentation?

I looked in that folder with ES4 trial installation and then I updated to service pack 1 and see the same results.

thanks

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Found the answer here:

http://helpx.adobe.com/livecycle/quick-fixes/livecycle-es4-sp1/prm-1002-001.html

Once you install Quick Fix 1002-001, the zip file has the Android source in it.


View solution in original post

1 Reply

Avatar

Correct answer by
Former Community Member

Found the answer here:

http://helpx.adobe.com/livecycle/quick-fixes/livecycle-es4-sp1/prm-1002-001.html

Once you install Quick Fix 1002-001, the zip file has the Android source in it.


The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----