-
### Project Setup
`build.gradle` (some information changed or removed because this is our company's code)
```Gradle
buildscript {
ext {
kotlin_version = '1.5.31'
navigationVe…
-
# Bug report
## Expected behavior and actual behavior
Expected: Completed run should get either in `Failed` or `Succeeded` state.
Actual: Completed run is stuck in `Submitted` state even thou…
-
我这里简单的加了一个map操作符,原样返回List参数,但是最后的subscribe却报错了,
刚刚接触rxjava,不知道是不是我哪里写错了。
apiService.getData()
.map(new Function() { //add
@Override
…
-
上一篇的学习中留下了一个小小的缺陷:
```
api.getModel(userName).enqueue(new Callback() {
@Override
public void onResponse(Call call, Response response) {
System.out.printl…
-
When try to launch the app when there is no internet. app crashed here is the logcat messages.
Kindly fix this . thanks
03-20 21:00:37.906 11509-11576/com.fasturduengemojikeyboard.easyurdu W/Syste…
-
java.lang.NoSuchMethodError: No static method com_siheal_smartphone_commonlib_stom_client_StompClient$$Lambda$1_lambda$connect$0(Lcom/siheal/smartphone/commonlib/stom/client/StompClient;Ljava/util/Lis…
shixl updated
4 years ago
-
##### Description
I got the following error when generate code by using `openapi-generator-maven-plugin`.
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:com…
-
I encountered this requirement. In an activity, I need to request four network interfaces. In order to facilitate the use, the mergeDelayError operation of Rxjava conforms to a request, but the actu…
-
#### 问题详细描述 Detailed description of the problem
Unable to start activity ComponentInfo{com.test.home/com.test.home.loader.a.ActivityN1NRNTS5}: **java.lang.ClassCastException: android.support.v7.widge…
-
```
→$./buckw build app:bin_devDebug
/Users/tommy/src/android/AndroidTDDBootStrap/base/src/main/java/com/github/piasy/bootstrap/base/model/provider/BriteDbConfig.java:12: error: package AutoValue_…