JavaJens / TextSecure

A secure text messaging application for Android.
GNU General Public License v3.0
72 stars 9 forks source link

Unable to build #87

Open marciomr opened 8 years ago

marciomr commented 8 years ago

Getting the following error when following the instruction ./gradlew tasks installArchives

Could not find org.whispersystems:textsecure-android:2.8.6.

mimi89999 commented 8 years ago

You need to: git clone https://github.com/JavaJens/libtextsecure-java.git cd libtextsecure-java git checkout fix/maven_local ./gradlew tasks installArchives cd .. rm -rf libtextsecure-java

Then you can build the app.

marciomr commented 8 years ago

Thank you. Maybe this should be written in README.

marciomr commented 8 years ago

Now I get the following error:

Checksum failed for org.whispersystems:textsecure-android

schachmat commented 8 years ago

lmghstfy

mimi89999 commented 8 years ago

@marciomr You can try to build my fork: https://github.com/LibreSignal/LibreSignal/blob/master/BUILDING.md

mimi89999 commented 8 years ago

You need to remove these lines from build.gradle:

'org.whispersystems:textsecure-android:0405821f479985677d6d5f4032eaaa732e04562c1975969cbaea37939030ec96',

And

'org.whispersystems:textsecure-java:d4ee0d0537693f82b7a9f76fe32cf6b61f79e27d8657a486ee4959b54b738c5a',

SafwatHalaby commented 8 years ago

@mimi89999 Thank you. This resolved the checksum issue.