Android Question #EcludeClasses .measurement removes analytics classes?

corwin42

Expert
Licensed User
Longtime User
I have a project that uses Google Analytics.

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?
 

corwin42

Expert
Licensed User
Longtime User
Upvote 0

corwin42

Expert
Licensed User
Longtime User
Back on Play Services Rev. 29.

Even in the unfiltered logs I can't see more. It seems that excluding .measurement also exludes analytics classes. I have no idea why.
Is it possible to enable additional logs so I can see which classes are exactly removed with the #ExcludeClasses attribute?
 
Upvote 0
Top