From 49e3bb9e26bb692aef378e1751c156308e3a2359 Mon Sep 17 00:00:00 2001 From: Don Turner Date: Mon, 2 Nov 2015 18:17:37 -0500 Subject: [PATCH] Add instruction to copy the test video file --- native-codec/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/native-codec/README.md b/native-codec/README.md index ce9e046fb..b446c87f5 100644 --- a/native-codec/README.md +++ b/native-codec/README.md @@ -18,6 +18,7 @@ Getting Started - Click *Download* or *Select NDK location*. 1. Click *Tools/Android/Sync Project with Gradle Files*. 1. Click *Run/Run 'app'*. +1. Open a terminal prompt and run `adb push testfile.mp4 /sdcard/testfile.mp4` to copy the test video file. Screenshots -----------