I don't think anyone has built it with Android Studio. Its an old app, it was built using Eclipse.
.hc Massimo Canonico: > Thanks Hans, > > I'm using android studio and I add the library as I usually do: > > - add jar file into libs folder of the project > > - File → Project Structure..., select |app| from the Modules section on > the left pane, then click on the Dependencies tab. Press the + sign and > add android-support-v4.jar > > then gradle syncs and, usually, this is enough to use a new library. > > Probably I'm missing some steps. > > Thanks, > > Massimo > > > On 14/06/16 23:03, Hans-Christoph Steiner wrote: >> You have to use the exact same support-v4.jar jar throughout the whole >> project. Just copy one version over all the rest inside the project. >> >> .hc >> >> Massimo Canonico: >>> Hi all, >>> >>> I was trying to run NoteCipher example >>> (https://github.com/guardianproject/notecipher/blob/master/README.md) >>> but I got a dependency problem just after the first commands. The "ant >>> -buildfile app/build.xml clean debug" command says: >>> >>> BUILD FAILED >>> /home/mex/Android/Sdk/tools/ant/build.xml:573: Jar mismatch! Fix your >>> dependencies >>> >>> I'm using the latest Android-sdk provided and I'm wondering if this >>> problem could be related to the version of Android-sdk. >>> >>> Thanks in advance for ryour help. >>> >>> Massimo >>> >>> >>> >>> >>> _______________________________________________ >>> List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev >>> To unsubscribe, email: [email protected] > > > > > _______________________________________________ > List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev > To unsubscribe, email: [email protected] > -- PGP fingerprint: EE66 20C7 136B 0D2C 456C 0A4D E9E2 8DEA 00AA 5556 https://pgp.mit.edu/pks/lookup?op=vindex&search=0xE9E28DEA00AA5556 _______________________________________________ List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev To unsubscribe, email: [email protected]
