Question:
Hi am doing a project which syncs the data to amazon coginto and its working fine, and successfully signed apk too.
Now the problem is am getting error after debug
“Unrecognized suffix for the AWS http client class name b”
Answer:
You probably turn on Proguard and have class name obfuscated. The SDK does reflection based on the class name. Without it some feature may not work correctly. Please see the instruction https://github.com/aws/aws-sdk-android/blob/master/Proguard.md for configuration.