Closed DmitriySmerchinskiy closed 3 years ago
HI @DmitriySmerchinskiy we don't have a lot of familiarity in running the Java SDK in Android environments unfortunately.
Have you reached out to the Amplify team? They maintain the projects in https://github.com/aws-amplify/. It's also a good place to ask about Timestream support.
It looks like this issue hasn’t been active in longer than a week. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please add a comment to prevent automatic closure, or if the issue is already closed please feel free to reopen it.
Hello, guys!
I use aws java 2 sdk in my android project to access timestream db features, specifically write to the timestream db. According to this documentation I use apache client, but in runtime I got verify error on apache client builder creation line.
I added it using BOM
I also added such packaging options to avoid duplications
So, running this code, my app crashes with Verify Error:
val httpClientBuilder: ApacheHttpClient.Builder = ApacheHttpClient.builder()
StackTrace:
imports:
Also, I have to note, that this project also has Amplify as a dependency, by I didn't find documentation about how to work with timestream DB using Amplify. Everywhere, Amazon recommends Amplify usage but no any documentation about how to deal with timestream using Amplify.
My environment: