You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
I am getting this issue
Message{kind=ERROR, text=Program type already present: javax.inject.Inject, sources=[Unknown source file], tool name=Optional.of(D8)}
@kaprat sorry for the delay! Typically the Connect SDK isn't meant to be used on a mobile device, you would want to implement them on backend server. I suspect that there is a conflict between the SDKs using the javax.inject.inject. However, I strongly recommend not using the Connect SDK within your Android application as it is not secure (you would need to store your API credentials on the mobile device which is not secure). Please let me know if you have additional questions about this.
I am getting this issue
Message{kind=ERROR, text=Program type already present: javax.inject.Inject, sources=[Unknown source file], tool name=Optional.of(D8)}
I am using sample app. Here is my build.gradle
The text was updated successfully, but these errors were encountered: