Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 13117

Re: Incorporating piwik into a Titamium mobile application

$
0
0
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 failed
What is the proper name of the dependency?

Viewing all articles
Browse latest Browse all 13117

Trending Articles