Unity Analytics, Android 5 problem

Hi, I having an issue with Android 5 Lollipop, the issue is that when install the game on a device with Lollipop, the application start, show powered by Unity screen, show next screen, and come back again to powered by Unity screen.

Logcat its showing this error:

02-03 11:43:46.681: E/ActivityThread(437): Performing stop of activity that is not resumed: {com.example.example/com.unity3d.player.UnityPlayerProxyActivity}
02-03 11:43:46.681: E/ActivityThread(437): java.lang.RuntimeException: Performing stop of activity that is not resumed: {com.example.example.Oorgh/com.unity3d.player.UnityPlayerProxyActivity}
02-03 11:43:46.681: E/ActivityThread(437):     at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3309)
02-03 11:43:46.681: E/ActivityThread(437):     at android.app.ActivityThread.handleStopActivity(ActivityThread.java:3390)
02-03 11:43:46.681: E/ActivityThread(437):     at android.app.ActivityThread.access$1100(ActivityThread.java:144)
02-03 11:43:46.681: E/ActivityThread(437):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1307)
02-03 11:43:46.681: E/ActivityThread(437):     at android.os.Handler.dispatchMessage(Handler.java:102)
02-03 11:43:46.681: E/ActivityThread(437):     at android.os.Looper.loop(Looper.java:135)
02-03 11:43:46.681: E/ActivityThread(437):     at android.app.ActivityThread.main(ActivityThread.java:5221)
02-03 11:43:46.681: E/ActivityThread(437):     at java.lang.reflect.Method.invoke(Native Method)
02-03 11:43:46.681: E/ActivityThread(437):     at java.lang.reflect.Method.invoke(Method.java:372)
02-03 11:43:46.681: E/ActivityThread(437):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
02-03 11:43:46.681: E/ActivityThread(437):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)

The issue its with Unity Analytics, I remove it and the game works fine.

Hi @Dykaios ,
We are looking into your issue and will get back to you shortly with a response.

Hello @Dykaios

Could you give us more details on what Device, version of Unity, exact version of Android Lollipop.
And could you try creating an empty project with just our Analytics SDK and test it on your device?
The stack trace isn’t that very helpful in this case because it doesn’t have a line that points to our SDK directly.

HI, I have Nexus 7 . with android 5.
I have exact problem.

Hi @erfan

What Unity version and Analytics SDK version are you using?
(You can get the SDK version in your Unity project under /Assets/Plugins/UnityAnalytics/Version)
Could you also try this in an empty project with just our SDK?