id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,backport_to_milestone,backported 1803,Add support for Android 64 bit compilation,ming,bennylp,"Starting from Android NDK 10 (released July 2014), it added 3 new ABIs, all 64-bit: {{{arm64-v8a, x86_64, mips64}}}. Currently the default target for android build is for {{{armeabi}}}, for other targets few changes need to be done: 1. The names of the end folders are the same as the ABI of the library, please check [https://developer.android.com/ndk/guides/abis.html#am here] for more info. {{{ e.g: for arm64-v8a, use libs/arm64-v8a }}} 2. For {{{ndk-build}}}, it is necessary to define {{{APP_ABI}}} in the {{{Application.mk}}}. {{{ e.g: APP_ABI := arm64-v8a }}} This ticket will check to make sure that PJSIP compiles fine for those new archs. ",task,closed,normal,release-2.4,common,trunk,fixed,,,,0