如何解決矛盾的問題 刪除Log.w當(dāng)我使用了 assumenosideeffects ?之后無效,有人建議使用proguard-android-optimize.txt但是出現(xiàn)了錯誤,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]
2018-02-08
如何解決矛盾的問題 刪除Log.w當(dāng)我使用了 assumenosideeffects ?之后無效,有人建議使用proguard-android-optimize.txt但是出現(xiàn)了錯誤,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]
然后通過網(wǎng)絡(luò)搜索說需要 加上 -dontoptimize ?但是加上之后又無法移除日志文件,這個問題已經(jīng)困惑我很多天了,希望你們能幫助我