Appium Android Native app not working with Behat

I am attempting to use Appium with Behat to test Android native app on a real device and emulator. The device is a Samsung Galaxy S4 with 4.42 OS. Currently when I start my Behat test it will launch the app briefly on the device but crashes with error " Not yet implemented. Please help us: http://appium.io/get-involved.html". Does this mean that native android apps cannot be tested with Behat using Appium?

The Appium server settings are:

Application Launch: path to .apk file

wait for activity

and I have desired capabilities set

This test is running from a windows 7 machine with appium version 1.3.4.1

any feedback is appreciated.