-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem with OpenSSL when trying to build sdk for Android #2531
Comments
Hello @protsenko85 , Thank you very much for your submission. First, I see that you encounter
Have you attempted to use Best, Yasmine |
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one. |
@yasminetalby Now i'm using cmake command
|
Hello @protsenko85 , Thank you very much for your response. Yes, the suggestion was to use For the second issue encountered here that is The current known work around is to revert to use v1.8.186 of the AWS CPP SDK. I will mark this issue as a duplicate of #1946 and bring this item up for discussion with the team. Thank you very much for your feedback and collaboration. Let me know if the current workaround works for you or if you have any further questions. Best regards, Yasmine |
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one. |
Describe the bug
I am using to build with ninja using arguments:
cmake ../aws-sdk-cpp -DNDK_DIR="C:\Users\prots\AppData\Local\Android\Sdk\ndk\21.4.7075529" -DBUILD_SHARED_LIBS=OFF -GNinja -DENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DCUSTOM_MEMORY_MANAGEMENT=ON -DTARGET_ARCH=ANDROID -DANDROID_NATIVE_API_LEVEL=21 -DBUILD_ONLY="identity-management;s3"
and receiving some problem with OpenSSL:
I had issue
Failed to configure dependency libraries.
previously but i fixed this with solution: #2452 (comment)But for this I can't find a solution. Can someone help me?
Expected Behavior
Compile successfully
Current Behavior
An error with OpelSSL
Reproduction Steps
Trying to compile SDK using instructions: https://aws.amazon.com/ru/blogs/developer/setting-up-an-android-application-with-aws-sdk-for-c/
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.95
Compiler and Version used
Ninja
Operating System and version
Windows 11
The text was updated successfully, but these errors were encountered: