Hello, I’m trying to include an android library module to an existing openframeworks project. But as soon as i change the settings.gradle adding ->
include ‘:mylib’
project will not build anymore. It stops in ->
openframeworks/libs/openFrameworksCompiled/project/android/build.gradle
with error ->
Error:(157, 0) make failed with exit status 2
any help will be really appreciated.