We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
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😄