设备联想A7600m,好像是联发科的cpu 先用网上流传很广的这个Unity自带接口试验一下: Handheld.PlayFullScreenMovie(Path.Combine(Application.streamingAssetsPath, path), Mobile_BackgroundColor, Mobile_ControlMod, Mobile_ScalingMod); 安卓截屏,log说gfx设备无效? Skipped frame because GfxDevice is in i
Android MediaPlayer 播放assets 文件夹下面的视频报错 报下面的错: java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed 调用办法是: AssetFileDescriptor afd = getResources().getAssets().openFd("input.avi");mediaPlayer