-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
I am seeing the following issue:
FATAL EXCEPTION: main
Process: com.couchsurfing.mobile.debug, PID: 9934
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.couchsurfing.mobile.debug/com.couchsurfing.mobile.ui.WelcomeActivity}: java.lang.RuntimeException: Couldn't get config from application meta data. Was it set on your build.gradle file?
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2665)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2726)
at android.app.ActivityThread.-wrap12(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1477)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6119)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
Caused by: java.lang.RuntimeException: Couldn't get config from application meta data. Was it set on your build.gradle file?
at com.smartling.android.sdk.core.CoreImpl.a(SourceFile:46)
at com.smartling.android.sdk.core.CoreImpl.<init>(SourceFile:34)
at com.smartling.android.sdk.core.CoreImpl.getInstance(SourceFile:63)
at com.smartling.android.sdk.Smartling.proxy(SourceFile:56)
at com.couchsurfing.mobile.ui.WelcomeActivity.attachBaseContext(WelcomeActivity.java:0)
at android.app.Activity.attach(Activity.java:6615)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2599)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2726)
at android.app.ActivityThread.-wrap12(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1477)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6119)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
My config (2.2.3):
smartling {
projectId = "93e7b42e8"
auth {
userIdentifier = "XX"
userSecret = "XX"
}
mode = "context-capture"
logLevel = "verbose"
}