0

I have created the generalized application using the ActionBar with fragments for Android version 3.0 and above. I need use the Proguard for my application. I have tried the codes in the following link.

https://github.com/Decad3nce/Aegis/blob/master/proguard-project.txt

They specify the proguard lines of code for ActionBarSherlock. But I am using the ActionBar and Fragment for my application. How can I use the Progaurd for my application?

Karthick
  • 1,241
  • 5
  • 20
  • 43
  • 1
    check the android example @ http://proguard.sourceforge.net/index.html#manual/examples.html – Raghunandan May 11 '13 at 05:27
  • In the given link there no specification for Fragment and ActionBars. – Karthick May 11 '13 at 05:30
  • using any external libraries? if not follow the steps in the link – Raghunandan May 11 '13 at 05:34
  • I am using the library android.jar,android-support-v4.jar, annotations.jar, gson-2.2.1.jar. I am also want my application code as external library. – Karthick May 11 '13 at 08:44
  • http://stackoverflow.com/questions/14501759/proguard-errors-with-external-jar-returns-error-code-1. might help – Raghunandan May 11 '13 at 08:48
  • Thanks for the response. I have already seen this post. I need the lines to obfuscate the action bar codes and tab listerner fragments. – Karthick May 11 '13 at 08:51
  • for each android project you need to configure proguard .It's not possible to give exact lines. I suggest you go through this link http://developer.android.com/tools/help/proguard.html#configuring – Raghunandan May 11 '13 at 08:53
  • I am referring this link http://proguard.sourceforge.net/#manual/usage.html. I am having customization options in myproguard.pro. But I am unable to give the correct code to obfuscate the ActionBar and Fragments. – Karthick May 11 '13 at 09:10

0 Answers0