Closed maurizi closed 7 years ago
The PR comment and the Readme.md need updating, to tell you how to "sync Gradle project". Opening Android Studio (after vagrant up
, adding the google map api key, and build_android_dev_apk.sh
) resulted in an error:
Failed to sync Gradle project 'otm-android'
Error:Error:Failed to find target with hash string 'android-25' in: /home/local/AZVA-INT/rschaufler/Android/Sdk
I still have yet to get it to work.
But the code looks nice. I was able to identify both google analytics and back-arrow functionality.
When it finally works, will google analytics messages start showing up in Rollbar, or is there some other mechanism in the dev environment?
:+1:
This changes a lot of things, in order to add support for logging basic user interactions in Google analytics
The main changes needed to support the latest Analytics library:
9.6.0
, and we switched from the "all-in-one" library to only using the parts of the library that we need: Maps, Location, and AnalyticscompilerSdkVersion
to the latest (25
)minSdkVersion
from 10 to 14The Google Analytics changes themselves add logging of screen views, with user and instance information when available.
Connects to #281 Connects to #129