When i run the my app in Device it gives me below error.
[ERROR] : TiVideoView8: (main) [65,1931] Unable to open content: file:///android_asset/Resources/alloy/controllers/splashvid.mp4 [ERROR] : TiVideoView8: java.io.FileNotFoundException: Resources/alloy/controllers/splashvid.mp4 [ERROR] : TiVideoView8: at android.content.res.AssetManager.openAssetFd(Native Method) [ERROR] : TiVideoView8: at android.content.res.AssetManager.openFd(AssetManager.java:331) [ERROR] : TiVideoView8: at android.widget.TiVideoView8.openVideo(TiVideoView8.java:415) [ERROR] : TiVideoView8: at android.widget.TiVideoView8.setVideoURI(TiVideoView8.java:310) [ERROR] : TiVideoView8: at android.widget.TiVideoView8.setVideoURI(TiVideoView8.java:299) [ERROR] : TiVideoView8: at ti.modules.titanium.media.TiUIVideoView.play(TiUIVideoView.java:250) [ERROR] : TiVideoView8: at ti.modules.titanium.media.VideoPlayerProxy.control(VideoPlayerProxy.java:242) [ERROR] : TiVideoView8: at ti.modules.titanium.media.VideoPlayerProxy.handleMessage(VideoPlayerProxy.java:334) [ERROR] : TiVideoView8: at android.os.Handler.dispatchMessage(Handler.java:95) [ERROR] : TiVideoView8: at android.os.Looper.loop(Looper.java:137) [ERROR] : TiVideoView8: at android.app.ActivityThread.main(ActivityThread.java:4507) [ERROR] : TiVideoView8: at java.lang.reflect.Method.invokeNative(Native Method) [ERROR] : TiVideoView8: at java.lang.reflect.Method.invoke(Method.java:511) [ERROR] : TiVideoView8: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:978) [ERROR] : TiVideoView8: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:745) [ERROR] : TiVideoView8: at dalvik.system.NativeStart.main(Native Method)i have already added the splashvid.mp4 file to app/assets/android folder.