I could't run App Feedback I always get error in the logs | XM Community
Skip to main content
Question

I could't run App Feedback I always get error in the logs

  • September 3, 2019
  • 1 reply
  • 15 views

This Is my onCreate class; I hid ID's protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); setupWindow(); setupViewModel(); setupView(); setStatusBarColor(); Qualtrics.instance().initialize("", "ZN_", "*", this, new IQualtricsInitializationCallback() { @Override public void run(InitializationResult initializationResult) { Log.d("!!!", "run: " + initializationResult.getMessage()); } }); } After that by clicking I call protected void getGetStartedClick() { Qualtrics.instance().evaluateTargetingLogic(new IQualtricsCallback() { @Override public void run(TargetingResult targetingResult) { } }); } And nothing is happened and I see error in the logs Attempt to invoke interface method 'boolean com.qualtrics.digital.IEvaluable.isBaseCondition()' on a null object reference\\njava.lang.NullPointerException: Attempt to invoke interface method 'boolean com.qualtrics.digital.IEvaluable.isBaseCondition()' on a null object reference at

1 reply

Forum|alt.badge.img+1

Any updates on this issue? I'm running into the same error


Leave a Reply