这些知识百度上有很多的,没听懂的地方搜一下就行了!
如何解决矛盾的问题 删除Log.w当我使用了 assumenosideeffects 之后无效,有人建议使用proguard-android-optimize.txt但是出现了错误,Warning:Exception while processing task java.io.IOException: java.lang.IllegalArgumentException: Stack size becomes negative after instruction [0] pop in [android/support/v4/os/CancellationSignal.waitForCancelFinishedLocked()V]
然后通过网络搜索说需要 加上 -dontoptimize 但是加上之后又无法移除日志文件,这个问题已经困惑我很多天了,希望你们能帮助我