-
Notifications
You must be signed in to change notification settings - Fork 43
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
Getting Stackoverflow error when compiling my project in android studio #16
Comments
May i ask will there still facing this issue if you do not reference the HMS libraries ? |
Yes, even with
these versions working fine, Here, attaching your mapkit demo for your reference. |
Please try to update the AppGallery Connect Plugin, the latest version is classpath 'com.huawei.agconnect:agcp:1.6.1.300' |
Try to add |
yes, by using
I can able to create Build but, I want to ask by using this lib is there a Knock-on effect on other functionality? Because after using this solution my site query suggestion searching API always gives errors.
If I use the old version build everything works fine, I can get proper response from site query suggestion searching API. Please let me know. |
Sorry, it's a bug. We will fix that in 6.3.0 version. The next version will be released in the end of December or the middle of January. |
About the errorCode:1212, please try to update the hms core version, you can reference this document |
Okay, will wait for new updates, Thank you for your support. |
@dixitpTheaa This issue have been sloved in the latest release, please try again. |
Okay, thank you, for your support. |
Describe the bug
Currently, I'm using these many HMS-core libraries along with some google libraries in my project.
and In my app->Build.gradle these many plugins I'm using
When compiling and installing apk in the emulator at that time I'm getting this error. please check the attached screenshots.
Screenshots
Desktop (please complete the following information):
Additional context
Note: If I'm commenting out this line or using older versions of gms libraries in that case it works fine.
// apply plugin: 'com.google.android.gms.oss-licenses-plugin'
Is there a workaround for this issue? kindly, suggest.
The text was updated successfully, but these errors were encountered: