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
I am building with Android Studio 4.0.0. The JDK is:
openjdk version "1.8.0_242-release"OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode)
The simple code that causes the issue is:
val iot =IotClient.builder()
.region(Region.US_EAST_1)
.httpClient(UrlConnectionHttpClient.create())
.credentialsProvider(StaticCredentialsProvider.create(myCredentials))
.build()
I tested with version 2.13.49 of the SDK.
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
When I try to include the AWS Java SDK V2 in my boilerplate Android project, the build fails:
There is a workaround available, using the Android
packagingOptions
. However, I would prefer not to apply them, if possible.This issue is requesting the SDK to solve the conflict internally, to improve the Android developer experience.
All in all, I need to add these
packagingOptions
to my project:I am building with Android Studio 4.0.0. The JDK is:
The simple code that causes the issue is:
I tested with version 2.13.49 of the SDK.
The text was updated successfully, but these errors were encountered: