Skip to content
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

Can't find Vuforia Wrapper #904

Open
TrocheTroszeczke opened this issue Dec 15, 2023 · 1 comment
Open

Can't find Vuforia Wrapper #904

TrocheTroszeczke opened this issue Dec 15, 2023 · 1 comment
Labels
Documentation Documentation issue (readme or examples) vuforia

Comments

@TrocheTroszeczke
Copy link

Hi!
I have encountered a problem when trying to implement fix below. I can't find Vuforia Wrapper.jar file. Can you tell from where should I got it?

Setup Vuforia

Thanks to @PiotrxKolasinski for writing down the exact steps:

Open the android/unityLibrary/build.gradle file and change the following:
  • implementation(name: 'VuforiaWrapper', ext: 'aar')
  • implementation project(':VuforiaWrapper')
In this new project window, go to File > New > New Module > Import .JAR/.AAR package and select the android/unityLibrary/libs/VuforiaWrapper.aar file. A new folder named VuforiaWrapper will be created inside android/. You can now close this new project window.
@rajivaPavan
Copy link

Check this #689 (comment)

@timbotimbo timbotimbo added Documentation Documentation issue (readme or examples) vuforia labels Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Documentation issue (readme or examples) vuforia
Projects
None yet
Development

No branches or pull requests

3 participants