Android SDK - Proguard/R8 issues | XM Community
Skip to main content

How can I get the Android SDK working properly when I build with minify enabled? I always get error responses in the callback on "initializeProject" with it enabled, but it always works fine without it.
Are there some specific proguard rules that work for anyone else? I've tried keeping all the com.qualtrics.digital classes, but with no success.

In case anyone finds this later, here was what worked for me:

-keep class com.qualtrics.** { *; }


Leave a Reply