I use fabric(twitter) on Unity.
Installation of fabric and set-up is all done. (including login my twitter account.)
And build/launching on iOS is also successfully done.
but on Android , I got following errors when I open app.
and failed to launch it.
java.lang.RuntimeException: Unable to create application io.fabric.unity.android.FabricApplication: io.fabric.unity.android.FabricInitializationException: Could not instantiate kits
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4512)
at android.app.ActivityThread.access$1400(ActivityThread.java:150)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1329)
…
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Constructor.constructNative(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
at io.fabric.unity.android.KitInstantiator.instantiateTwitterKit(KitInstantiator.java:81)
…
Caused by: java.lang.IllegalArgumentException: TwitterAuthConfig must not be created with null consumer key or secret.
at com.twitter.sdk.android.core.TwitterAuthConfig.(TwitterAuthConfig.java:56)
at java.lang.reflect.Constructor.constructNative(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
…
Is there way to solve this errors ?