Description
From @chaoticbob on September 20, 2015 2:3
Not really an issue. Just wanted to post this to start some discussion on it. ndk-build
more or less works fine...but the communication between it and the Cinder Android Studio plug-in can get a bit strained sometime since ndk-build is not easily extensible. The Android Studio plug-in can only do so much. Things like looking to see if a dependency exists or not is really out of its scope. Ideally it just assembles the base build process and ships it off to the builder. The builder handles dependency processing and then the actual build, reporting back any errors if they come up. ndk-build
does the latter just fine, but not without a lot of pain.
Since the NDK integration for Android Studio looks to be a pretty long ways out, I'd like to explore this alternative to see if it could make things better for people working on Android.
Copied from original issue: chaoticbob/Cinder#46