I faced the same situation. For me, the issue was a version conflict on com.google.api:gax. I got it fixed by matching the version for v8. <dependency> <groupId>com.google.api</groupId> <artifactId>gax</artifactId> <version>1.65.1</version> </dependency>
<dependency> <groupId>com.google.api</groupId> <artifactId>gax-grpc</artifactId> <version>1.65.1</version> </dependency> Regards, Amal On Monday, July 12, 2021 at 8:10:04 PM UTC+2 adsapi wrote: > Hi Suchitra and Xu, > > Thank you for reaching out to Google Ads API support. Note that this forum > can only support AdWords API > <https://developers.google.com/adwords/api/docs/guides/start> and Google > Ads API <https://developers.google.com/google-ads/api/docs/start> > implementation > issues, for the Java Client library build issues you can reach out to the > Googleads > Java Github issue tracker > <https://github.com/googleads/google-ads-java/issues>. > > Regards, > > [image: Google Logo] > Aryeh Baker > Google Ads API Team > > > ref:_00D1U1174p._5004Q2JYwIk:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/57973af4-5272-4940-b71b-3be5190eb2c2n%40googlegroups.com.