-
Notifications
You must be signed in to change notification settings - Fork 960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Androidstudio cmake build update #1925
base: master
Are you sure you want to change the base?
Androidstudio cmake build update #1925
Conversation
fix android build
remove dynamic char being passed to variable args, avoiding "error: format string is not a string literal: -Wformat-security"
Updated cmake file for current AdnroidStudio (v2.2.3). Removed color formatting from message outputs. Replaced env vars for AndroidStudio convetions: NDK_ROOT -> ANDROID_NDK Removed setting of LIBRARY_OUTPUT_PATH and CMAKE_ARCHIVE_OUTPUT_DIRECTORY
some more Android intermediate cruft
BasicApp sample converted to new androidStudio project
made use of asset.srcDir to add assets to project
multi touch basic updated
quicktime player on android working
rearranged java lib to get building
bestfit for android
rename FboBasic to match project name
rebuilt java libcuinder without CameraV2 code path
updated all androidStudio projects
This is great, thanks so much before doing this! I also don't have any android devices to test at the moment, but hopefully we can get some other community members to try it out. Maybe an RFC on the forum makes sense? There are a handful of people there that have been making the android stuff work for their own needs. |
Hmm, having trouble on windows with that. I've got a few more environments to test with now. Let me get another update to you shortly. |
removed redundant cinder plugin dependancies specified buildToolsVersion use gradle 2.3.0, androidstudio will auto upgrade, if 3.0.0 is available
Right, quite confident about that now. Got AndroidStudio building and debugging on windows too with a few different devices. |
Thanks a lot for going after this. Work commitments will likely delay me 1-2 weeks but I can test this on Windows with an S8+ once I'm in front of the right computers again. |
add stdlib to facilitrate malloc on android
…due to enabling sensor twice.
I wanted to try this out on macOS 10.12.5 so I went ahead and installed Android Studio 3.0.1 and tried to import First attempt on Android so I m not familiar at all with the eco-system there and I might have missed something obvious though.. |
Apparently this was the old Cleaning |
Updated the androidStudio gradle projects and CMakeFiles.
This enables the sample projects to be built with the current androidStudio 3.0 tooling.
This enables native and java debugging capabilities of CInder projects using androidStudio on android devices.