I read all the similar posts to this problem and tried the suggested solutions, but I'm still coming up empty. I'm wondering if the problem is in Android Studio (I'm running the current latest version, 3.6.1) because it gives me a build error on AppUpdateManager.getAppUpdateInfo():
So to get the app to build, I had to make this change to the code:
com.google.android.play.core.tasks.Task<AppUpdateInfo> appUpdateInfoTask = appUpdateManager.getAppUpdateInfo();
Has anyone had a similar problem with Studio 3.6.1? I've been struggling with this problem for several days and have ruled out the obvious stuff. The app uses Firebase and I'm building with the latest Play Services library (17.1.0), but I doubt that's related to this.