Sorry but my fix allowed the apk to build but it crashes when it runs:
--------- beginning of crash
04-20 21:38:57.734 20789-20789/com.mycompany.mytemplate E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.mycompany.mytemplate, PID: 20789
java.lang.UnsatisfiedLinkError: Unable to load native library "/data/app/com.mycompany.mytemplate-1/lib/arm/libandroid_player.so": undefined symbol: ANativeActivity_onCreate
at android.app.NativeActivity.onCreate(NativeActivity.java:182)
at com.thegamecreators.agk_player.AGKActivity.onCreate(AGKActivity.java:30)
at android.app.Activity.performCreate(Activity.java:6672)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1140)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2612)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2724)
at android.app.ActivityThread.-wrap12(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1473)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6123)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757)