Current code:
<Video File="intro.mp4" IsLooping="true" StretchMode="UniformToFill" AutoPlay="true" Layer="Background" />
Error:
E/MediaPlayer-JNI(22716): QCMediaPlayer mediaplayer NOT present
W/System.err(22716): java.io.FileNotFoundException: intro.mp4
W/System.err(22716): at android.content.res.AssetManager.openAssetFd(Native Method)
W/System.err(22716): at android.content.res.AssetManager.openFd(AssetManager.java:370)
The video file appears in the build folder, so it is copied over. Again, the video displays just fine in preview, locally and on an Android device.
Also tried using a resource instead of file - no luck.