Screen goes black with Animator attached to camera

Short explanation:
I am making a game for vr on android. I attached an animator object to my camera object and the game works fine in unity. When I export to my phone (.apk) the app opens and the left and right eye screens are black. Not sure what to do.

Long explanation:
I am creating an game for vr on android. I made an animation for the camera to move throughout the scene. Previously I have been able to just apply the animation to the camera as an animation and be able to stop and start using scripting. However, when using an animation component with the camera I have to mark the animation clip as legacy and when I do that the animation will move the camera but not rotate it. So then I tried to use an Animator object on the camera this works fine and I stop and start it by adjusting the speed in scripts. However, when I export it to .apk and open it on my phone the screen is just black. When I remove the animator component the screen on my phone shows the scene just fine but there is obviously no animation. I’ve tried to place the animation on a parent object of the camera and it still won’t work. I’m not sure what to do.

If ur using Unity 5.3.1p1 or f1, then it’s a bug in it!

Going back to 5.2.3f1