You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
and your readme -- it seems like android-camera-permissions is a bit behind -- the ndk-verify.gradle refers to 12:
if(!ndkProperties.getProperty("Pkg.Revision").startsWith("12.1")) {
throw new GradleException("Wrong version of NDK library found. Found version " + ndkProperties.getProperty("Pkg.Revision") +
", but openFrameworks requires version r12b")
}
but I think (not sure!) it needs to be updated to 15 (as Irene's tutorial / github master) refers to..
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi! just trying to setup things using this excellent guide:
https://medium.com/@ire_alva/getting-started-with-openframeworks-on-android-5202b92f6582
and your readme -- it seems like
android-camera-permissions
is a bit behind -- the ndk-verify.gradle refers to 12:but I think (not sure!) it needs to be updated to 15 (as Irene's tutorial / github master) refers to..
The text was updated successfully, but these errors were encountered: