okta / samples-android

samples-android
https://github.com/okta/samples-android
Apache License 2.0
37 stars 52 forks source link

app crashes while downloaded from playstore but working while building from android studio #45

Closed swagatdishri closed 3 years ago

swagatdishri commented 4 years ago

Caused by c.b.c.b.c Unable to load class named [com.okta.authn.sdk.impl.client.DefaultAuthenticationClientBuilder] from the thread context, current, or system/application ClassLoaders. All heuristics have been exhausted. Class could not be found.

JayNewstrom commented 3 years ago

This looks like a proguard/R8 configuration issue. Can you use one of our samples to reproduce the issue so we can fix this? Thanks!