-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25b4589
commit 6fcebcb
Showing
31 changed files
with
315 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- Use this issue tracker to file bugs and feature requests | ||
related to the ARCore SDK for Android (Java / C). | ||
For advice and general questions, please use the `ARCore` tag on | ||
Stack Overflow: stackoverflow.com/questions/tagged/ARCore | ||
- For Sceneform issues, use https://github.com/google-ar/sceneform-android-sdk | ||
- If using Unity, use https://github.com/google-ar/arcore-unity-sdk | ||
- If using Unreal, use https://github.com/google-ar/arcore-unreal-sdk | ||
--> | ||
|
||
|
||
### SPECIFIC ISSUE ENCOUNTERED | ||
|
||
|
||
### VERSIONS USED | ||
- Android Studio: | ||
- ARCore SDK for Android: | ||
- Device manufacturer, model, and O/S: | ||
- ARCore: | ||
On Windows, use: `adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"` | ||
On macOS, use: `adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:` | ||
- Output of `adb shell getprop ro.build.fingerprint`: | ||
|
||
|
||
### STEPS TO REPRODUCE THE ISSUE | ||
1. | ||
1. | ||
1. | ||
|
||
|
||
### WORKAROUNDS (IF ANY) | ||
|
||
|
||
### ADDITIONAL COMMENTS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# How to Contribute | ||
|
||
We'd love to accept your patches and contributions to the source code included | ||
in this project. There are just a few small guidelines you need to follow. | ||
|
||
## Contributor License Agreement | ||
|
||
Contributions to this project must be accompanied by a Contributor License | ||
Agreement. You (or your employer) retain the copyright to your contribution; | ||
this simply gives us permission to use and redistribute your contributions as | ||
part of the project. Head over to <https://cla.developers.google.com/> to see | ||
your current agreements on file or to sign a new one. | ||
|
||
You generally only need to submit a CLA once, so if you've already submitted one | ||
(even if it was for a different project), you probably don't need to do it | ||
again. | ||
|
||
## Code reviews | ||
|
||
Although we do not use the normal GitHub pull request process to incorporate | ||
contributions, it's okay to send us pull requests. Once we have received your | ||
CLA we will review and consider your contribution for inclusion in a future | ||
release of the SDK. | ||
|
||
## Community Guidelines | ||
|
||
This project follows | ||
[Google's Open Source Community | ||
Guidelines](https://opensource.google.com/conduct/). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1.72 KB
(100%)
samples/augmented_image_c/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.