nooralibutt / easy-ads

This repo has the integration of AdMob, AppLovin-Max, UnityAds, and Facebook ads.
https://pub.dev/packages/easy_ads_flutter
BSD 3-Clause "New" or "Revised" License
38 stars 19 forks source link

Build failing on Android #78

Closed MickaelHrndz closed 9 months ago

MickaelHrndz commented 9 months ago

Hello, I'm getting the following error with Flutter 3.10.6 (and above) on Android (iOS is building successfully) :

FAILURE: Build failed with an exception.
Execution failed for task ':easy_audience_network:packageDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$RunnableWrapperWorkAction
> Could not initialize class sun.java2d.loops.GraphicsPrimitiveMgr

Unfortunately, I can't get the beginning of the stacktrace because there is too much output.

EDIT : I removed easy_ads_flutter and I have a very similar error so it's not caused by this package, my bad.