Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
v6 opened this issue Jun 16, 2014 · 3 comments
Open

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

v6 opened this issue Jun 16, 2014 · 3 comments
Assignees

Comments

@v6
Copy link

v6 commented Jun 16, 2014

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
Copy link
Member

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

@v6
Copy link
Author

v6 commented Jun 18, 2014

#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
Copy link

still relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants