Add the /lib/Piwik folder from the mobile2 app found on github. Tried to add the dependency two different ways in the config.json file
"dependencies": { "Piwik": "1.0" }because this is the folder name, and when that failed
"dependencies": { "org.piwik.mobile2": "1.0" }because the dependency usually has a reverse domain name. Neither worked. Each time it threw a compiler error.
[ERROR] : : Cannot read property 'manifest' of undefined [ERROR] : Alloy compiler failedWhat is the proper name of the dependency?