Hi,
I'm using AndroidStudio 3.1.2 with Gradle 4.4.
As far as I know I followed the description given in https://cmusphinx.github.io/wiki/tutorialandroid/#building-steps , meaning I got the Android NDK Bundle with Pkg.Revision = 17.1.4828580 with embedded JDK/JRE version 1.8, I got myself Swig and added it to the Path...
I then cloned the 3 repos into an empty folder, created a blank Project from said folder and added the repos in Settings->Version Control ( although I'm not sure if that did anything ).
The building of the project with "gradlew build" seemed to work fine except for this message:
"Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details"
I don't know where I should find the output aar file, I don't see any build/outputs/aar folder being generated in the root project, only build/intermediates and there's nothing of the sort in there.
Any idea what I'm doing wrong or what I'm missing?
Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm using AndroidStudio 3.1.2 with Gradle 4.4.
As far as I know I followed the description given in https://cmusphinx.github.io/wiki/tutorialandroid/#building-steps , meaning I got the Android NDK Bundle with Pkg.Revision = 17.1.4828580 with embedded JDK/JRE version 1.8, I got myself Swig and added it to the Path...
I then cloned the 3 repos into an empty folder, created a blank Project from said folder and added the repos in Settings->Version Control ( although I'm not sure if that did anything ).
The building of the project with "gradlew build" seemed to work fine except for this message:
"Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details"
I don't know where I should find the output aar file, I don't see any build/outputs/aar folder being generated in the root project, only build/intermediates and there's nothing of the sort in there.
Any idea what I'm doing wrong or what I'm missing?
Thanks in advance!
You can start gradle from terminal and read the output. There must be an error if you do not see aar file generated.