Troubleshooting (Android)

Troubleshooting documentation, proguard rules.

Proguard rules

If you enable code shrinking, obfuscation, and optimization in your project's release build type minifyEnabled true, add the below line to your proguard-rules.pro.

-keep class com.amazonaws.**

Last updated