我已經重新安裝了Eclipse和所有最新的Android工具,並且希望在現有項目中使用Proguard,但現在我創建了一個新的空白項目。 我添加了一個proguard.cfg
文件到我的項目 添加proguard.config=proguard.cfg
我default.properties
在Eclipse中使用Proguard for Android得到錯誤
現在,當我嘗試導出我收到以下錯誤
[2010-12-12 10:36:35 - ApplicationTest] Proguard returned with error code 1. See console
[2010-12-12 10:36:35 - ApplicationTest] 'C:\Program' is not recognized as an internal or external command,
[2010-12-12 10:36:35 - ApplicationTest] operable program or batch file.
[2010-12-12 10:36:35 - ApplicationTest] '-jar' is not recognized as an internal or external command,
[2010-12-12 10:36:35 - ApplicationTest] operable program or batch file.
我知道這意味着有一個文件路徑設置不正確,問題正是我所看到的一般屬性和項目屬性,並且看不到任何對proguard或混淆的引用,所以我堅持要改變什麼
任何幫助表示讚賞。
請標記Asmo Soinio的答案正確。 – 2012-06-17 20:42:54
http://stackoverflow.com/questions/6638713/the-android-emulator-is-not-starting-showing-invalid-command-line-parameter – Jorgesys 2014-02-13 17:00:25