如何在Android Studio中使用ProGuard? - How to use the ProGuard in Android Studio?

問題:

This is my first project in Android Studio, and the code of my apps are not obfuscated. 這是我在Android Studio中的第一個項目,我的應用程序代碼沒有混淆。 Im using this configuration in build.gradle file: 我在build.gradle文件中使用此配置: 在此輸入圖像描述

I'm using the Build > Generate Signed APK... with the Run Proguard checked. 我正在使用Build> Generate Signed APK ...檢查Run Proguard。 And, when I have tested using the Apk_OneClick.v4.2, my code is completly easy to read: 而且,當我使用Apk_OneClick.v4.2進行測試時,我的代碼完全易於理解:

在此輸入圖像描述

Please, help-me. 請幫我。 :( :(


解決方案:

參考: https://stackoom.com/en/question/1PdKX
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章