Configure the NDK
With a text editor, edit the file libs/openFrameworksCompiled/project/android/paths.make and set the NDK path to the correct folder:
NDK_ROOT=/path/to/the/ndk
where ID is the pull request id and branchname is the name of the new branch that you want to create. Once you have created the branch, then simply
git checkout BRANCHNAME
Next thing to do is to follow the new docs included in the pull request:
Before you can build any of the examples you have to run the Project Generator on the Example
And back to your issue, the file in the folder is called paths.make and not paths.default.make
You have to open paths.default.make and save it under the new name paths.make.
I would say cd openFrameworks/scripts/android&&./download_libs.sh
If you do that the libs for Macosx/linux/win are replaced. So if you want to compile for mac again you have to run cd openFrameworks/scripts/osx&&./download_libs.sh
I am currently trying to set up Open Frameworks 0.10.0 for Android Studio, and ended up here trying to figure out what it means that I don’t have a paths.make file at the location indicated in the instructions on the web page at https://openframeworks.cc/setup/android-studio/ . I gather from this thread that there are new steps and that 0.10.0 doesn’t have such a file to edit, but that the web page has not yet been updated to remove that instruction?
(Is there someone to report suggested web page & doc improvements to?)
you can open an issue in github at https://github.com/openframeworks/ofSite or even send a correction of that specific page by opening a PR request with the changes