Martin

Results 15 comments of Martin

I solved this by the following code: ``` mScalableVideoView = (ScalableVideoView) findViewById(R.id.video_view); try { mScalableVideoView.setDataSource(""); } catch (IOException e) { e.printStackTrace(); } ```

我用的也是小米4,可以正常使用,你说的泄露有没有日志可以看看?

我上不了q,桌面出现Leaks图标是因为我集成了leakcanary,这个项目是用来检测内存泄露的,在GitHub上找找,了解一下吧

直接用recorder.setVideoQuality()值越小质量越好

搞明白了,混淆之后导致无法调试。。。

nvwa插件要运行必须产生mapping文件,那就必须要混淆,混淆之后代码无法调试,这个情况有没有好点的办法解决呢?

看看这个https://github.com/jasonross/Nuwa/issues/12

只支持4.x的话那nuwa方案是不是可以抛弃了,现在都5.0,6.0的机器了😂

回头我也试试看,先谢谢了。 对了,《深入理解gradle》?有这本书吗?我只搜到《深入理解Android》