template_android_ouya
The log.txt contains this error when compiling with the jniCompile.bat. AppGameKit version V2017.5.15 (Steam Version). The template is unchanged. No issues compiling the googleplay template.
jni/../../../platform/android/Source/AndroidCore.cpp:9475: error: undefined reference to 'firebase::App::Create(firebase::AppOptions const&, _JNIEnv*, _jobject*)'
jni/../../../platform/android/Source/AndroidCore.cpp:9476: error: undefined reference to 'firebase::analytics::Initialize(firebase::App const&)'
jni/../../../platform/android/Source/AndroidCore.cpp:9487: error: undefined reference to 'firebase::analytics::LogEvent(char const*)'
clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [../../build/jniObjs/local/armeabi-v7a/libandroid_player.so] Error 1