Recent

Author Topic: [Solved] LAMW, does the proguard work ?  (Read 1545 times)

loaded

  • Hero Member
  • *****
  • Posts: 824
[Solved] LAMW, does the proguard work ?
« on: February 20, 2019, 07:02:55 am »
Hi Everyone.
First, I looked into the subject, but I didn't find any clear information.
LAMW, does the proguard work?
If yes, how can we activate it?
Thanks in advance to the friends who responded.
« Last Edit: February 22, 2019, 06:02:44 am by loaded »
Check out  loaded on Strava
https://www.strava.com/athletes/109391137

loaded

  • Hero Member
  • *****
  • Posts: 824
Re: LAMW, does the proguard work ?
« Reply #1 on: February 22, 2019, 06:02:31 am »
I couldn't find how to run directly on LAMW. But maybe somebody needs it. After importing the project Eclipse
In the project.properties file
Code: Pascal  [Select][+][-]
  1. proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
activated. In the meantime, if you are using java 1.8 and later, you should use proguard version 5 and above.
Behind, to the proguard-project.txt file
Code: Pascal  [Select][+][-]
  1. -keep class com.your_package_name. ** {*; }
I added the line.Signing and proguard were done smoothly. You can install the resulting apk smoothly in play store.
Check out  loaded on Strava
https://www.strava.com/athletes/109391137

 

TinyPortal © 2005-2018