Using Proguard to Obfuscate Android App with Libraries
Question: I've just finished creating an Android app that requires the Dropbox.com API libraries. I'm now trying to build the application in 'Release' mode and would like to run proguard on the code in order to obfuscate it. However, whenever I attempt to run Proguard, I get the following error: Proguard returned with error code 1. See console Warning : com . dropbox . client2 . DropboxAPI : can ' t find referenced class org . json . simple . JSONArray Warning : com . dropbox . client2 . DropboxAPI : can ' t find referenced class org . json . simple . JSONArray Warning : com . dropbox . client2 . DropboxAPI$Entry : can ' t find referenced class org . json . simple . JSONArray Warning : com . dropbox . client2 . DropboxAPI$Entry : can ' t find referenced class org . json . simple . JSONArray Warning : com . dropbox . client2 . RESTUtility : can ' t find referenced class org . json . simple . parser . ...