37coins / android-gateway

SMSgateway
Other
11 stars 11 forks source link

The command “mvn install -P release” fails #19

Open v6 opened 10 years ago

v6 commented 10 years ago

Maven Output: http://pastebay.net/1450827 Proguard Error: [INFO] Warning: library class android.net.http.AndroidHttpClient extends or implements program class org.apache.http.client.HttpClient

We need to be able to send the command "mvn install -P release" without it failing.

Please make sure Proguard is configured properly to allow this. I will include instructions for you for how to get started.

P.S. Also, yes, Johann, I will refine this.

johannbarbie commented 10 years ago

it's not clear what needs to be done from that issue. should proguard be fixed, or modified to keep everything?

v6 commented 10 years ago

Here is all you need to start a release build:

Step 1: go to mobile/btc2sms

Step 2:

mvn install -P release -Dsign.keystore=REPLACEWITHPATHTOKEYSTORE -Dsign.alias=REPLACEWITHALIAS -Dsign.storepass=REPLACEWITHKEYSTOREPASSWORD -Dsign.keypass=REPLACEWITHKEYPASSWORD

For example: -Dsign.keystore=/home/dmitrycrocodilys/37coins_client/secure_area/37coins_dummy_keystore.keystore -Dsign.alias=37dev -Dsign.storepass="KeYsToRe PaSsWoRd GoEs HeRe" -Dsign.keypass="37DeV KeY PaSsWoRd GoEs HeRe"

http://developer.android.com/tools/publishing/app-signing.html

I also sent you a copy of our dummy keystore for signing the application.

                                                      ******** REQUIRE ********
  1. We need the file btc2sms-signed-aligned.apk. (Why do we only have btc2sms.apk...? странный. btc2sms.apk cannot go on the android store... Only btc2sms-signed-aligned.apk can go on Android store.)
  2. Make the file btc2sms-signed-aligned.apk. with your .keystore, OR
  3. Make the file btc2sms-signed-aligned.apk. with 37coins_dummy_keystore.keystore.
  4. The App can NOT use "android.net.http.AndroidHttpClient".

I do not want to bother you too much, but we just need the application to build a btc2sms-signed-aligned.apk for the Google Play Store, not a btc2sms.apk.

                                                       ******** PASSWORDS ********

Open this link for passwords inside: https://onetimesecret.com/secret/dlvjudwsqes7c2iw0alaom5lptrxd10

The 37coins_dummy_keystore.keystore is attached inside: 37coins_dummy_keystore.keystore.zip

Open this link for the password to open 37coins_dummy_keystore.keystore.zip inside: https://onetimesecret.com/secret/gcfmmpnuavv6ct5jcpbszhacgddh71c

: госпо̀дин Nathan d'Basanese Skype: czelsk

Gateway85 commented 9 years ago

still relevant?