FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.rabidgremlin.tut.redcube/com.unity3d.player.UnityPlayerNativeActivity}: java.lang.IllegalArgumentException: No configs match configSpec
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1956)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)
at android.app.ActivityThread.access$600(ActivityThread.java:123)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4424)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.IllegalArgumentException: No configs match configSpec
at com.unity3d.player.w.a(Unknown Source)
at com.unity3d.player.w.d(Unknown Source)
at com.unity3d.player.w.a(Unknown Source)
at com.unity3d.player.w.(Unknown Source)
at com.unity3d.player.x.(Unknown Source)
at com.unity3d.player.UnityPlayer$24.(Unknown Source)
at com.unity3d.player.UnityPlayer.a(Unknown Source)
at com.unity3d.player.UnityPlayer.init(Unknown Source)
at com.unity3d.player.UnityPlayerNativeActivity.onCreate(Unknown Source)
at android.app.Activity.performCreate(Activity.java:4465)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1920)
… 11 more
so. how to overcome from it.