I have a project that uses Google Analytics.
If I use
it seems that the analytics classes get removed:
Any idea why this happens? Of course I have NOT excluded .analytics. Are there any dependencies?
If I use
B4X:
#ExcludeClasses: .measurement
it seems that the analytics classes get removed:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/analytics/GoogleAnalytics;
Any idea why this happens? Of course I have NOT excluded .analytics. Are there any dependencies?