We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Enable defaultPublishConfig option in library/build.gradle
defaultPublishConfig
library/build.gradle
android { ... defaultPublishConfig 'debug' // <--- THIS ... }
Set build variant of the example project to "debug"
That's all. Just run app through AndroidStudio. You can even use breakpoints, watch, etc... in the C++ code😄