… how may I add netcipher lib to an Android Studio project? I've searched on the Net, but nothing seems to match my needs :(
sorry for this stupid question, but I'm a bit stuck (yes, first android app, blah)…
Cheers,
C.
CJ:
… how may I add netcipher lib to an Android Studio project? I've searched on the Net, but nothing seems to match my needs :(
sorry for this stupid question, but I'm a bit stuck (yes, first android app, blah)…
I'm not sure there is much knowledge about Android apps amongst tor-dev subscribers. Maybe the Guardian Project's mailing list is more appropriate? https://lists.mayfirst.org/mailman/listinfo/guardian-dev
On 07/31/2014 05:54 PM, Lunar wrote:
CJ:
… how may I add netcipher lib to an Android Studio project? I've searched on the Net, but nothing seems to match my needs :(
sorry for this stupid question, but I'm a bit stuck (yes, first android app, blah)…
I'm not sure there is much knowledge about Android apps amongst tor-dev subscribers. Maybe the Guardian Project's mailing list is more appropriate? https://lists.mayfirst.org/mailman/listinfo/guardian-dev
Hello Lunar,
thanks for the hint, I wasn't really sure it was the right place in here…
Cheers,
C.
On 07/31/2014 12:18 PM, CJ wrote:
I'm not sure there is much knowledge about Android apps amongst tor-dev subscribers. Maybe the Guardian Project's mailing list is more appropriate? https://lists.mayfirst.org/mailman/listinfo/guardian-dev
Hello Lunar,
thanks for the hint, I wasn't really sure it was the right place in here…
Yes, agree! Come on over to guardian-dev, and we'll be glad to help.
That said, if you are using Eclipse, you just need to "import android projects from source" using the File menu, and then add the project as a dependency to your project.
We also general use git submodules, so we add NetCipher in external/netcipher under our projects dir via "git submodule add https://github.com/guardianproject/netcipher.git external/netcipher" etc.
+n