Sample Applications are installed along with the EMDK and can be found in your start bar.
Select Start
Select "EMDK for Android v2.0"
Select "Samples"
Your browser should open with a list of included samples
Select "ADTSamples" from the web page
Copy the path to the directory on your computer
In the Android Studio Quick Start pane, select Import project(Eclipse ADT,Gradle,etc.)
Paste the path copied from step 6, into the import dialog, and click OK.
Accept the default options on the following six dialogs by clicking Next, then select Finish on the last dialog
When the projects are imported, the run configuration for each App is defaulted to run in the android emulator. Lets change that by clicking on the run configuration drop down and select Edit Configurations.
Select the configuration you want to edit in the left pane, select the USB device radio button under target device, and then click OK
Select the project you want to deploy from the run configuration drop down, then press the green play button.
Android studio will push the application to your device via USB and start the main activity.