manymore13

Results 2 issues of manymore13

大佬看一下,通过gradle命令打补丁出错,怎么解决? **异常类型**:编译异常 **tinker版本**:如:1.9.6 **gradle版本**:3.1.3 gradle-4.4-all.zip **否使用热更新SDK**: Bugly SDK **系统**:centos **下面是我配置的** **build.gradle**: classpath "com.tencent.bugly:tinker-support:1.1.2" **app的build gradle**: compile "com.android.support:multidex:1.0.1" compile 'com.tencent.bugly:crashreport_upgrade:1.3.5' compile 'com.tencent.tinker:tinker-android-lib:1.9.6' compile 'com.tencent.bugly:nativecrashreport:3.3.1' **堆栈/日志:** Check for loader classes in dex:...

undetermined

使用wait/notify/notifyAll实现线程间通信