-
Notifications
You must be signed in to change notification settings - Fork 23
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
Importing sdk into android studio causes duplicate classes #139
Comments
I've had to add this excludes getting it to work in my Android app/widget:
And this:
This wasn't neccecary with the previous versions of the SDK |
Adding these ^^ excludes solves the duplicate class errors but introduces the following error when running basic functionality:
|
You can add this line as dependency to your build.gradle to fix that error: |
@basst85 |
@Ciatzo That's great news. But looks like the initial issue is still a bug... |
Steps to reproduce:
What should happen:
What happens:
Traceback
SDK version and environment
Extra info:
Excluding the offending module causes basic SDK functionality to cease because of missing classes
The text was updated successfully, but these errors were encountered: