Skip to content
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

Does not work solution for issue #389 #392

Closed
gtux opened this issue Jan 6, 2018 · 2 comments
Closed

Does not work solution for issue #389 #392

gtux opened this issue Jan 6, 2018 · 2 comments
Labels
cloudwatch Issues with the AWS Android SDK for CloudWatch

Comments

@gtux
Copy link

gtux commented Jan 6, 2018

Hi

Sorry if I do insist over this issue, but I can't load the CloudWatchLogs client, when add the line proposed as solution on issue #389

compile 'com.amazonaws:aws-android-sdk-logs:2.6.+'

My proyect doesn't compile and says that file does not exists.

Also, maybe it is because on the main pom that module is not listed:

https://github.com/aws/aws-sdk-android/blob/master/pom.xml

This issue is reproducible: I tryed with a new project loading only that module and I does not work.

Could you please review this issue?

Thanks.

  • What service are you using?
    CloudWatch Logs

  • In what version of SDK are you facing the problem?
    Since 6.2.12

  • Is the issue limited to Simulators / Actual Devices?
    No

  • Can your problem be resolved if you bump to a higher version of SDK?
    No

  • Is this problem related to specific Android/OS version?
    No

  • Can you give us steps to reproduce with a minimal, complete, and verifiable example? Please include any specific network conditions that might be required to reproduce the problem.

code:

....
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
implementation 'com.google.android.gms:play-services-gcm:11.8.0'
implementation 'com.amazonaws:aws-android-sdk-logs:2.6.+'
}
...

Message Error:

Error:(28, 20) Failed to resolve: com.amazonaws:aws-android-sdk-logs:2.6.+

  • Please include a stacktrace if applicable.
@mutablealligator mutablealligator added the cloudwatch Issues with the AWS Android SDK for CloudWatch label Jan 7, 2018
@mutablealligator
Copy link
Contributor

Hi @gtux, Sorry for the inconvenience caused. We are looking into it.

@mutablealligator
Copy link
Contributor

We have resolved this in 2.6.14. Please let us know if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloudwatch Issues with the AWS Android SDK for CloudWatch
Projects
None yet
Development

No branches or pull requests

2 participants