I cloned the project and tried to run on Android Studio 3.6.3. Some adjustments had to be made to get it to build:
- Update gradle plugin to
com.android.tools.build:gradle:3.6.3
- Add
google() repository to root build.gradle
- Update gradle to
5.6.4 in gradle-wrapper.properties
- Remove
minSdkVersion from AndroidManifest.xml
First thing I noticed when I got the sample up and running is that the emitters that are supposed to go on indefinitely stop emitting after several seconds. I downloaded the sample from Google Play and it works fine.
Would you mind taking a few minutes trying to build with the latest tools and see if you encounter the same issues?
I cloned the project and tried to run on Android Studio 3.6.3. Some adjustments had to be made to get it to build:
com.android.tools.build:gradle:3.6.3google()repository to rootbuild.gradle5.6.4ingradle-wrapper.propertiesminSdkVersionfromAndroidManifest.xmlFirst thing I noticed when I got the sample up and running is that the emitters that are supposed to go on indefinitely stop emitting after several seconds. I downloaded the sample from Google Play and it works fine.
Would you mind taking a few minutes trying to build with the latest tools and see if you encounter the same issues?