i am currentyl trying to implement Google ActivityRecognitionApi. However i get following errors:
Error:Failed to crunch file C:\\Users\\marschall\\
I am using android studio with react-native. I faced the same error regarding 'failed to crunch file'. I just updated my project's gradle from 2.3 to
dependencies { classpath 'com.android.tools.build:gradle:3.0.1' }
and all started working again.