senthil prabhu
senthil prabhu

Reputation: 408

Can anybody help me in obfuscating with android procredures?

I was struggling for past one week to do obfuscate with android application can any one help me in step by step process to get it done.

Thanks in advance.

Upvotes: 2

Views: 297

Answers (1)

Marc Van Daele
Marc Van Daele

Reputation: 2734

I assume you are building within Eclipse?

  • In the root directory of project, there is a file called default.properties and a file called proguard.cfg.
  • Add the property "proguard.config=proguard.cfg" to your default.properties.
  • Build your project with right-click/AndroidTools/ExportSignedApplicationPackage

Upvotes: 2

Related Questions