春秋紫檀
春秋紫檀
问题描述: 如题 原因: 华为手机从文件中批量删除图片只是删除了在系统文件中的显示,但仍会在系统的存储空间中占坑;从APP使用者的角度重启手机和手动去系统相册删除删除不大现实。 能否在配置中增加: 1.损坏图片不加载的可选配置 理由: 已经坏了大图片出现在选择列表中一点用都没有
com.android.org.conscrypt.Java8EngineWrapper.setApplicationProtocols [class [Ljava.lang.String;] java.lang.NoSuchMethodException: com.android.org.conscrypt.Java8EngineWrapper.setApplicationProtocols [class [Ljava.lang.String;] at java.lang.Class.getMethod(Class.java:2072) at java.lang.Class.getDeclaredMethod(Class.java:2050) at com.github.megatronking.netbare.http.HttpSSLResponseCodec.enableJava8EngineWrapperAlpn(HttpSSLResponseCodec.java:110) at com.github.megatronking.netbare.http.HttpSSLResponseCodec.enableAlpn(HttpSSLResponseCodec.java:94) at com.github.megatronking.netbare.http.HttpSSLResponseCodec.createEngine(HttpSSLResponseCodec.java:62) at com.github.megatronking.netbare.ssl.SSLResponseCodec.prepareHandshake(SSLResponseCodec.java:86) at com.github.megatronking.netbare.http.HttpSSLResponseCodec.prepareHandshake(HttpSSLResponseCodec.java:87) at com.github.megatronking.netbare.http.HttpSSLCodecInterceptor.intercept(HttpSSLCodecInterceptor.java:97) at com.github.megatronking.netbare.http.HttpSSLCodecInterceptor.intercept(HttpSSLCodecInterceptor.java:38) at com.github.megatronking.netbare.gateway.IndexedInterceptor.intercept(IndexedInterceptor.java:67) at com.github.megatronking.netbare.http.HttpRequestChain.processNext(HttpRequestChain.java:55) at...
项目分模块 ,把InstanceUtil 和Base model中 ;因为InstanceFactory是apt生成,存在于上层model 中而Base model无法引用上层生成InstanceFactory的导致编译不通过; 请问有什么解决办法;  