Open
Description
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.