TextSecure icon indicating copy to clipboard operation
TextSecure copied to clipboard

Unable to build

Open marciomr opened this issue 9 years ago • 7 comments

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

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

marciomr avatar Feb 27 '16 04:02 marciomr

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.

mimi89999 avatar Feb 27 '16 15:02 mimi89999

Thank you. Maybe this should be written in README.

marciomr avatar Feb 27 '16 15:02 marciomr

Now I get the following error:

Checksum failed for org.whispersystems:textsecure-android

marciomr avatar Feb 28 '16 17:02 marciomr

lmghstfy

schachmat avatar Feb 28 '16 17:02 schachmat

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

mimi89999 avatar Mar 11 '16 07:03 mimi89999

You need to remove these lines from build.gradle:

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

And

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

mimi89999 avatar Mar 12 '16 21:03 mimi89999

@mimi89999 Thank you. This resolved the checksum issue.

SafwatHalaby avatar Mar 12 '16 22:03 SafwatHalaby