-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ошибка при попытке инициализации в релизной сборке #26
Comments
тоже самое 1.0.85-commonRelease
и далее ошибка
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Добрый день.
В дебаг версии все работает корректно. Но при попытке инициализировать, появляется ошибка
Версия SDK: 1.0.80-commonRelease
retrofit:2.9.0
converter-gson:2.9.0
Carrot debug:
java.lang.IllegalArgumentException: Unable to create call adapter for class al.n
for method CarrotApi.connect
Runtime:
java.lang.RuntimeException: Unable to create application com.yumapos.customer.core.common.application.Application: java.lang.NullPointerException: item is null
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7003)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2236)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:294)
at android.app.ActivityThread.main(ActivityThread.java:8177)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
Caused by: java.lang.NullPointerException: item is null
The text was updated successfully, but these errors were encountered: