-
Fatal Exception: java.lang.NoSuchMethodError: No direct method (Lcom/google/gson/Gson;)V in class Lcom/google/gson/Gson$1; or its super classes (declaration of 'com.google.gson.Gson$1' appears in /dat…
-
-
I include in my-dynamic-delivery module - aar lib as dependencies
`implementation files('libs/sdk-2.0.11.aar')`
in this case MaterialButton inside my-dynamic-delivery and sdk-2.0.11.aar stops displa…
-
Stack traces are not de-obfuscated, not even in RUM.
**Describe what happened**
No matter what I do, the stack traces are not deobfuscated.
Here is the code
![image](https://user-images.githubus…
-
Starting from today, my Java/Flex/Spring boot app doesn't start. It worked perfectly before and also works fine in local environment.
`./gradlew appengineDeploy` successfully runs, but Spring app w…
baole updated
2 years ago
-
**Home Assistant Android version:**
beta-2234-6c64b31f-full
**Android version:**
Android 6.0.1
**Phone model:**
Galaxy Tab 2 10
**Home Assistant version:**
2022.4.0
**Last working Home…
-
In my sample app I have created a separate library module called **core**. In the **core** module I am using network and db related dependencies like OkHttp, Retrofit and Room. Hence to access these i…
-
Hello
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0")
val contentType = "application/json".toMediaType()
val retrofit = Retrofit.Builder()
.baseUrl…
-
JDK:1.8
retrofit-spring-boot-starter版本:2.2.7
异常效果:
依然走默认JacksonConverterFactory解析,不走JaxbConverterFactory解析返回数据。
`
@RetrofitClient(baseUrl = "http://xxx.com",converterFactories = {JaxbConverterFac…
-
### Describe the bug
When the target annotation is missing, we get an exception trying to access an array position that is out of bounds at line 84.
https://github.com/slackhq/EitherNet/blob/5d1…