Unity Analytics Compile Error on Android

Hi i wanted to try the new unity analytics beta but when i try to compile it for android it shows this error “Assets/Plugins/UnityAnalytics/AndroidWrapper.cs(9,41): error CS0246: The type or namespace name `BasePlatformWrapper’ could not be found. Are you missing a using directive or an assembly reference?” ive tried searching but i cant seem to find an actual answer. ive already followed the instructions here Unity Launches Analytics on iOS and Android that an initializer script should be attached to an object but it dosent seem to fixed the compile error

additionally the pop up window Unity Analytics SDK keeps on popping up even ive already integrated it on my project (i knew it was integrated already because it already detected my computer on unity analytics site)

You can go to PlatformWrapper.cs line 6 and add: || UNITY_5_3

This fixed the issue for me. Looks like they forgot to add 5.3 to the list.

‘BasePlatformWrapper’ can be found inside PlatformWrapper.cs

I hope this helps.

Please review/follow the upgrade instructions and it should resolve the issues you are experiencing - http://forum.unity3d.com/threads/upgrade-instructions-from-4-x-5-0-5-1.327433/

If you are still experiencing issues, please start a thread on Analytics Forum - http://forum.unity3d.com/forums/unity-analytics-beta.81/