-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Improve Android doc (triplets, usage with cmake and prefab) #11264
Merged
Commits on May 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e60028f - Browse repository at this point
Copy the full SHA e60028fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f87b9ca - Browse repository at this point
Copy the full SHA f87b9caView commit details -
Following additional informations given by @atkawa7 at microsoft#11264 * Link to android.md * Update the prefab usage instructions: "vcpkg install" the 4 archs before exporting a prefab * added --prefab-debug flag * added gradle integration info * reviewed the prefab output directory structure (from a dump of an actual export)
Configuration menu - View commit details
-
Copy full SHA for 4d1f188 - Browse repository at this point
Copy the full SHA 4d1f188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f63274 - Browse repository at this point
Copy the full SHA 5f63274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28fd432 - Browse repository at this point
Copy the full SHA 28fd432View commit details
Commits on May 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8f5cfc4 - Browse repository at this point
Copy the full SHA 8f5cfc4View commit details -
Added examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android…
….cmake Usage: 1. Main CMakeLists: if (VCPKG_TARGET_ANDROID) include("cmake/vcpkg_android.cmake") endif() 2. cmake invocation: cmake .. -DVCPKG_TARGET_ANDROID=ON -DANDROID_ABI=armeabi-v7a
Configuration menu - View commit details
-
Copy full SHA for a8e99bc - Browse repository at this point
Copy the full SHA a8e99bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94afc0b - Browse repository at this point
Copy the full SHA 94afc0bView commit details
Commits on May 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dd3352e - Browse repository at this point
Copy the full SHA dd3352eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.