Android Studio Gradle 同步失败:制作失败,退出状态为 2

Android Studio Gradle Sync Failed: make failed with exit status 2

我正在尝试在 OSX 上使用 Android Studio 构建 openFrameworks 的 AndroidEmptyExample。

我遵循了这个说明http://openframeworks.cc/setup/android-studio/ but it fails with the "make failed with exit status 2" error message during the Gradle Sync process.

我已尽我所能,但还是不行。 我正在为 NDK 使用 r10e 版本。和 3.3 Gradle 版本和 2.3.3 Android 插件版本。我已经尝试了 API 22 和 API 26 但它不起作用。

如有任何建议,我将不胜感激。谢谢!

这是 openFrameworks 和 Android studio 的一个已知问题。队列 https://github.com/openframeworks/openFrameworks/pull/5461 中有一个拉取请求应该可以解决此问题。请尝试一下。

此处也讨论了您的具体问题https://github.com/openframeworks/openFrameworks/issues/5456