No thats not the example that gets compiled, thats just the emptyExample that is always in apps/myApps/ for reference. Like I said in the last post, its in /examples/android/androidEmptyExample.
Take the build.gradle from there and copy it to any example. Then add a line to this file that includes the example you want to compile.
f.e.: include 'examples:android:androidVideoExample'
Then re-sync the project and you have a new compile target in the drop down menu in the toolbar next to the "play"/compile button.