Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/analytics-client
Android apps usage tracker
https://github.com/tchx84/analytics-client
Last synced: about 1 month ago
JSON representation
Android apps usage tracker
- Host: GitHub
- URL: https://github.com/tchx84/analytics-client
- Owner: tchx84
- License: gpl-2.0
- Created: 2014-10-10T20:46:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T12:05:13.000Z (almost 10 years ago)
- Last Synced: 2024-05-30T01:19:00.697Z (7 months ago)
- Language: Java
- Size: 338 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
analytics-client
==================
This is an Android service to collect information about apps usage.Compiling
---------To package this service, you will need Android API level 18. To setup your development environment
I recommend http://fedoramagazine.org/start-developing-android-apps-on-fedora-in-10-minutes/, this
article still works with Fedora 19.```
$ git clone [email protected]:tchx84/analytics-client.git
$ cd analytics-client;
$ ant debug
```Running it
---------0. Setup your analytics-server.
1. Change hardcoded settings in HarvestSettings, such as SERVER and KEY.
2. Compile it.
3. install your .apk on your device.