OK, most likely, I'm messing it up with my own building... :) But it still does not work for me.
I simply downloaded todays snapshot from your link, built and tried to run, but it still does not work. 
In the emulator it has problem at startPlayback()->stopPlayback()->System.loadLibrary("tvhplayer")
I think the first time i debugged the program I got a different exception, but now I repeatedly just get Unsatisfied LinkError..
Since I'm a newbie on android development, I am sure I have missed out on something...
Thread [<1> main] (Suspended (exception UnsatisfiedLinkError))	
	Runtime.loadLibrary(String, ClassLoader) line: 365	
	System.loadLibrary(String) line: 535	
	TVHPlayer.<clinit>() line: 49	
	PlaybackActivity.stopPlayback() line: 165	
	PlaybackActivity.startPlayback() line: 173	
	PlaybackActivity.onResume() line: 151	
	Instrumentation.callActivityOnResume(Activity) line: 1154	
	PlaybackActivity(Activity).performResume() line: 4539	
	ActivityThread.performResumeActivity(IBinder, boolean) line: 2433	
	ActivityThread.handleResumeActivity(IBinder, boolean, boolean) line: 2471	
	ActivityThread.handleLaunchActivity(ActivityThread$ActivityClientRecord, Intent) line: 1985	
	ActivityThread.access$600(ActivityThread, ActivityThread$ActivityClientRecord, Intent) line: 122	
	ActivityThread$H.handleMessage(Message) line: 1146	
	ActivityThread$H(Handler).dispatchMessage(Message) line: 99	
	Looper.loop() line: 137	
	ActivityThread.main(String[]) line: 4340	
	Method.invokeNative(Object, Object[], Class, Class[], Class, int, boolean) line: not available [native method]	
	Method.invoke(Object, Object...) line: 511	
	ZygoteInit$MethodAndArgsCaller.run() line: 784	
	ZygoteInit.main(String[]) line: 551	
	NativeStart.main(String[]) line: not available [native method]