Navmesh / AI not working

Okay so when you say AI / Move is it waiting for controller input (movement)?

I would think I could have potentially broke something in 3 potentially areas.

  1. The Java GameActivity - https://github.com/tgraupmann/UnrealEngine/blob/4.7-OUYA/Engine/Build/Android/Java/src/com/epicgames/ue4/GameActivity.java

  2. Something in the Android launcher - https://github.com/tgraupmann/UnrealEngine/blob/4.7-OUYA/Engine/Source/Runtime/Launch/Private/Android/LaunchAndroid.cpp

  3. Or something in the Android JNI layer - https://github.com/tgraupmann/UnrealEngine/blob/4.7-OUYA/Engine/Source/Runtime/Launch/Private/Android/AndroidJNI.cpp

Or the AI is really waiting for an input signal from the controller???

I would also look at your logcat, maybe an error is being logged?