Я получаю следующую ошибку при компиляции linphone в Mac OS.
Информация:
ОС: Mac (Mojave)
Linphone: для Android
AndroidStudio: 3.1.2
Последняя версия Android API: 28
NDK версия: 18.1.5063045
linphone-android root# make
./gradlew clean
FAILURE: Build failed with an exception.
* What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
> Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy().
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 0s
Я не уверен, что я делаю неправильно ...