Help with building examples
Hey, great work your doing here. Especially with the short time span from the release.
Running macOS 10.12.16 OF git stable - 0.9.8
I have a lot of android studio errors, specifically having problems with the gradle versioning. I seem to get a make error 2 from android studio, and I see that the trouble shooting would want to switch out the version from the ofxAndroid, but it still doesnt work. Any guidance you can give about this?
Did you follow the android studio getting started guide here: https://github.com/openframeworks/openFrameworks/blob/master/docs/android_studio.md ?
Oh, this wont work with latest release, you need to use openFrameworks from github (0.10.0) since I've recently made a lot of android improvements.
https://github.com/openframeworks/openFrameworks/
I'm sorry. Releasing this addon went a bit to fast, I noticed I had some local modifications to openFrameworks that aren't in the official repo. I've made a PR for them, but in the meantime you will need my branch: https://github.com/halfdanj/openframeworks/tree/android-camera-permissions
Hey, thank you for the guidance. I will update the readme, just as it is a bit confusing at the current moment. Anyone else wondering how to do so if you have your own git copy of openFrameworks,
git remote add halfdanj [email protected]:halfdanj/openFrameworks.git
git fetch halfdanj
git checkout -b mynameforhisbranch halfdanj/android-camera-permissions
I tried to compile against your branch of OF, but I get glm/glm.hpp errors. Can you give advice about how to check the header search paths in android studio?
Hmm
What version of android studio are you using? And I assume you use the NDK 12B for osx?
I get glm/glm.hpp errors too i just want to try this demo,and i was not that good at coding,so ,can u just give me an apk? thanks so much
@HalfdanJ Sorry for the late reply, the version that I am currently using is Android Studio 2.3.3, and yes I am using the NDK 12B for OSX
Could you try and follow this guide, and let me know if you still get issues? https://medium.com/energeia/getting-started-with-openframeworks-on-android-5202b92f6582