CommandInvokationFailure failed to re-package resources - Google VR

Hello, I’ve been troubleshooting this error to no avail. Any help would be greatly appreciated!

CommandInvokationFailure: Failed to re-package resources.
C:\Users\Scott\AppData\Local\Android\Sdk\build-tools\25.0.1\aapt.exe package --auto-add-overlay -v -f -m -J “gen” -M “AndroidManifest.xml” -S “res” -I “C:/Users/Scott/AppData/Local/Android/Sdk\platforms\android-23\android.jar” -F bin/resources.ap_ --extra-packages com.google.gvr.permissionsupport:com.google.vr.cardboard:vr.gvr.platform.unity -S “C:\Users\Scott\Desktop\ohmy\Temp\StagingArea\android-libraries\gvr-permissionsupport-release\res” -S “C:\Users\Scott\Desktop\ohmy\Temp\StagingArea\android-libraries\gvr_android_common\res” -S “C:\Users\Scott\Desktop\ohmy\Temp\StagingArea\android-libraries\unitygvractivity\res”

stderr[
AndroidManifest.xml:30: error: No resource identifier found for attribute ‘enableVrMode’ in package ‘android’
stdout[
Configurations:
(default)
Files:
AndroidManifest.xml
Src: () AndroidManifest.xml
]

There’s also a list of “Resource Dirs” Etc. (not sure if I should include this also.)

First I was getting an Error that said “Cannot merge android manifests” I opened the scripts and changed the values to match the API level in the build settings. That error is gone but, now I get this error (mentioned above).

I tried installing and uninstalling different Android SDK Build Tools. but they all give me this same error.

Thanks in advance!

stderr[ AndroidManifest.xml:30: error:
No resource identifier found for
attribute ‘enableVrMode’ in package
‘android’ stdout[ Configurations:
(default) Files: AndroidManifest.xml
Src: () AndroidManifest.xml ]

You are referencing a resource named enableVrMode in your AndroidManifest.xml (specifically, in line 30), but there is no resource defined with that name.