On Thu, Apr 7, 2016, at 12:25 PM, Massimo Canonico wrote: > I would like to play with securechat source code with Android Studio, > but this seems not possible: > - the readme file in the github repo mentions only Eclipse
ChatSecure hasn't been formally updated to Android Studio since we are not actively developing on that project anymore (but we have a new one...) > - the import into Android Studio generates this error: > * Project > ChatSecure:/home/mex/prj/chatSecure/ChatSecureAndroid-master/project.properties: > Library reference external/AndroidEmojiInput/library could not be found Did run > git submodule update --init --recursive to pull down all the submodule projects before you did the import? Otherwise, the easiest thing to do is switch to our newer Zom project, which forked from ChatSecure last year, and is fully update to be Android Studio / Gradle-based. It does all the secure messenger things, is still XMPP+OTR based, etc, so it likely can satisfy your requirements. https://github.com/zom/Zom-Android +n _______________________________________________ List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev To unsubscribe, email: [email protected]
