speex icon indicating copy to clipboard operation
speex copied to clipboard

Add android platform support

Open i25ffz opened this issue 8 years ago • 5 comments

The android/ directory contains android ndk-build dependent files: -config.h Configuration options for android arm platform -speex_config_types.h Configuration options for android arm platform -jni Build script for android ndk-build

Just need run cmd: cd android && ndk-build

i25ffz avatar Oct 21 '16 15:10 i25ffz

Seems sensible to me. Travis build is find. Appveyor seems to be complaining about MSVC project files which has nothing to do with this submission.

erikd avatar Oct 21 '16 20:10 erikd

Seems the porting don't change any files related MSVC project.

i25ffz avatar Oct 22 '16 02:10 i25ffz

Porting steps:

  1. Run configure got the config.h header files for android platform;
  2. Add android ndk needed makefile script & jni file.

TODO:

  1. Add android x86 arch support.

i25ffz avatar Oct 22 '16 02:10 i25ffz

if this is integrated, i could also add ndk builds to travis

stephengroat avatar Jan 22 '17 01:01 stephengroat

yes, it is integrated for android platform( arm & x86).

i25ffz avatar Feb 07 '17 06:02 i25ffz