Hello everyone!
I am trying to set up openFrameworks with Android Studio using the instructions here but am running into issues. First, it was a 5 hour wait for the following:
Gradle: Configure project: openFrameworksProject
Then I received this error:
Error:(157, 0) make failed with exit status 2
When following the troubleshooting steps at the link above, I came across another error:
C:\Users\super\Downloads\of_v0.9.8_android_release\examples\android\androidEmptyExample>chmod +x gradlew; ./gradlew
chmod: cannot access `gradlew;': No such file or directory
Despite the file existing in the directory here:
Has anyone else come across these issues when setting up an Android Studio project? If so, how do you fix it? Any help would be greatly appreciated!