-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to buil sample #49
Comments
Have you looked for potential solutions to the error message like this StackOverflow question. |
Same issue, based on the link @Fleker provided, I was able to build it by adding : |
To solve this, in the library build.gradle change the implementation "com.google.android.gms:play-services-ads:$playServicesVersion" TO implementation "com.google.android.gms:play-services-ads:18.1.1" |
Same issue with Android Studio 4.1.1 (macOS). The "18.1.1" change suggestion above works around that issue, but another issue is hit "error: resource android:attr/ttcIndex not found." |
I'm getting error message:
The text was updated successfully, but these errors were encountered: