-
Notifications
You must be signed in to change notification settings - Fork 7
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
Using the library is not possible #2
Comments
There came a small mistake into the Readme. Sorry for that! I will change it. Please try this one: Android Studio 2.x Android Studio 3.x |
And let met know if it solved this for you! |
Already solved: I've added the "Login-with-amazon-sdk.jar" to my project hence adding another repo like yours or willblaschko's repo to my project throws an "DexArchiveMergerException: Unable to merge dex" exception. Deleting this local library solved this problem. Adding the library is now possible with 'compile' or 'implementation' on Android Studio 3.0.1 |
Hey @jackdaniels92 |
@jackdaniels92 There is a new version. It changed from '1.0' to '1.1' ! The rest is still the same. |
implementation 'com.github.DariuschDideban::BestPracticeForAVS:v1.0'
If I add this line to my gradle file, I receive the following error: "failed to resolve com.github......."
while gradle sync. How can I solve this issue?
I've tried to add "maven { url "https://jitpack.io" }" to the build.gradle file but the problem still exists.
Thanks for your help, Daniel
The text was updated successfully, but these errors were encountered: