I changed some code of pocketsphinx and used it in our android app via .so file . Now i have to build arm64 version , but arm64 version .so file seems does not work .
Is ther any changes i should do for android.mk files? I know aar is recommened for android now , but we still need to use .so so far.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I changed some code of pocketsphinx and used it in our android app via .so file . Now i have to build arm64 version , but arm64 version .so file seems does not work .
Is ther any changes i should do for android.mk files? I know aar is recommened for android now , but we still need to use .so so far.
You still can use master with gradle, cmake and aar, it creates so file in the process, you can just pick it from the build.
Thanks Nickllay for you replay. Is there new version android.mk i can use to build arm64 version pocketsphinx.