Shi Jiachen

Results 12 comments of Shi Jiachen

same issue +1 , even after added `implementation "com.github.agrosner.dbflow:contentprovider:${dbflow_version}"`, still not work. ``` * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:kaptDevDebugKotlin'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$2.accept(ExecuteActionsTaskExecuter.java:121) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$2.accept(ExecuteActionsTaskExecuter.java:117) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:184) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:110)...

It looks like something wrong in the `FlowSQLiteOpenHelper.onUpgrade` method?

webview内部有service,在布局文件实例后会传入activity的context,内部会bindservice

也可以直接去阿里云的镜像里找用jar导入 https://maven.aliyun.com/mvn/search

“Non-FLV, Unsupported media type!” 一般还是字面意思,你的视频不是标准的h.264& aac编码

我做支付宝的小程序也发现这个问题了。 模拟器是ok的,但是用Android的真机调试,竟然response.data是个string。 responseType是'application/json' ![image](https://user-images.githubusercontent.com/12166563/74710409-8e887d80-525c-11ea-9634-2b137481369a.png) ![image](https://user-images.githubusercontent.com/12166563/74710448-a9f38880-525c-11ea-8b65-79f600952812.png)

Hi @soommy12 , thanks for your reply. Got the point, and hope it more friendly for mobile use :)

Facing the same issue after upgrade AS to 3.0. And seems that the sdk used the 'AsyncTaskCompat' which is deprecated.It will cause the app crash. java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/os/AsyncTaskCompat;...

是不是用了gzip压缩了资源?可以通过添加Accept-Encoding为identity解决

the yml is auto generated for the specific request, see: [electronUpdaterMac](https://github.com/ArekSredzki/electron-release-server/blob/a4770280ba4766c037e67557792036cab4eb9d57/api/controllers/VersionController.js#L542).