shwenzhang / AndResGuard

proguard resource for Android by wechat team
Apache License 2.0
8.54k stars 1.54k forks source link

Cant follow the last step "andresguard/generate" #42

Closed pranaysharma closed 8 years ago

pranaysharma commented 8 years ago

Hi, Thanks for the Library. I am not able to follow the last step mentioned on the Repo using Gradle settings. i.e. "Run andresguard/generate task to generate compressed APK." Could you please elaborate how to perform this step?

simpleton commented 8 years ago

Sorry for late replay. If you are using AndroidStudio, you can find the generate task which in andresguard group. just run it. image

Or, you run ./gradlew generate in your terminal.

pranaysharma commented 8 years ago

Great Thanks @simpleton . Just an addup for novices like me. "Tasks" can be found after clicking on the below Gradle button. It was on the Right most corner of my screen

gradle