-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Couldn't build apk on simulator. Conflict with Android dependency com.google.android.gms:play-services-ads-base #10
Labels
Comments
Same Issue |
To solve this,
|
not working |
@theneshfmt whats the status of this issue? Can we close? |
I've switched to different plugin, so closing this. |
May I know which package you are using as an alternative?
Thanks,
Purusothaman Ramanujam
…On Wed, 14 Aug, 2019, 10:54 AM theneshfmt, ***@***.***> wrote:
I've switched to different plugin, so closing this.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIHDZ3XF5XGUPSJNC6KURLQEOJKTANCNFSM4GMXFH2A>
.
|
Hi @Purus I'm using flutter_google_ad_manager. |
Thanks for your reply. I was not sure how to use this as I wasn't sure how
to configure AdMob ads using this.
Thanks,
Purusothaman Ramanujam
…On Wed, 14 Aug, 2019, 11:25 AM theneshfmt, ***@***.***> wrote:
Hi @Purus <https://github.com/Purus> I'm using flutter_google_ad_manager.
<https://pub.dev/packages/flutter_google_ad_manager>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIHDZZDBA6PIPWQGMFKDE3QEOM4NANCNFSM4GMXFH2A>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Using this plugin along with the firebase admob, gives the below issue while building. I guess this is due to the version conflicts of the dependency.
Launching lib/main.dart on Android SDK built for x86 in debug mode...
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
FAILURE: Build failed with an exception.
Failed to capture fingerprint of input files for task ':app:checkDebugClasspath' property 'runtimeClasspath' during up-to-date check.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 15s
Gradle task assembleDebug failed with exit code 1
Exited (sigterm)
The text was updated successfully, but these errors were encountered: