-
Notifications
You must be signed in to change notification settings - Fork 29
Help with building examples #3
Comments
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. |
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.
I tried to compile against your branch of OF, but I get glm/glm.hpp errors. |
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 |
@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 |
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?
The text was updated successfully, but these errors were encountered: