JavaJens / TextSecure

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

Could not compile #12

Closed pejakm closed 9 years ago

pejakm commented 9 years ago

Error:

:generateDebugSources
:compileDebugJava
/home/mladen/Preuzimanja/TextSecure-master/src/org/thoughtcrime/securesms/jobs/PushDecryptJob.java:104: error: constructor TextSecureCipher in class TextSecureCipher cannot be applied to given types;
      TextSecureCipher cipher       = new TextSecureCipher(axolotlStore, new AxolotlAddress(envelope.getSource(), deviceId));
                                      ^
  required: AxolotlStore
  found: AxolotlStore,AxolotlAddress
  reason: actual and formal argument lists differ in length

Tried with non patched TextSecure and no such error occurs.

pejakm commented 9 years ago

Compiled successfully with libaxolotl v1.1.0.