Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

CommandInvokationFailure: Failed to re-package resources. #347

Closed
PolymorphiK opened this issue Oct 16, 2016 · 1 comment
Closed

CommandInvokationFailure: Failed to re-package resources. #347

PolymorphiK opened this issue Oct 16, 2016 · 1 comment

Comments

@PolymorphiK
Copy link

Can't compile using 'technical preview' from Unity for the GoogleVR SDK. Every time I try to compile I get the following error.

`
CommandInvokationFailure: Failed to re-package resources.
/* blah blah .... */
stderr[
AndroidManifest.xml:5: error: No resource identifier found for attribute 'enableVrMode' in package 'android'

AndroidManifest.xml:5: error: No resource identifier found for attribute 'resizeableActivity' in package 'android'
]`

I don't have a conflicting AndroidManifest file I just added the GoogleVR SDK and tried to compile and APK. I have the most up-to-date SDK via SDK Manager. I have installed KitKat and Marshmallow APIs installed for Android. In PlayerSettings I have selected min-target -> API Level 19 which is 4.4 KitKat and under the new VRSDK Support I have Daydream selected.

If someone could tell me what I am doing wrong that would be great.

@nathanmartz
Copy link

The problem is that Daydream requires Android N(ougat) which is API 24
which you don't have installed. Once you install support for API 24 you
should be g2g.

On Sat, Oct 15, 2016 at 7:45 PM, PolymorphiK notifications@github.com
wrote:

Can't compile using 'technical preview' from Unity for the GoogleVR SDK.
Every time I try to compile I get the following error.

`
CommandInvokationFailure: Failed to re-package resources.
/* blah blah .... */
stderr[
AndroidManifest.xml:5: error: No resource identifier found for attribute
'enableVrMode' in package 'android'

AndroidManifest.xml:5: error: No resource identifier found for attribute
'resizeableActivity' in package 'android'
]`

I don't have a conflicting AndroidManifest file I just added the GoogleVR
SDK and tried to compile and APK. I have the most up-to-date SDK via SDK
Manager. I have installed KitKat and Marshmallow APIs installed for
Android. In PlayerSettings I have selected min-target -> API Level 19 which
is 4.4 KitKat and under the new VRSDK Support I have Daydream selected.

If someone could tell me what I am doing wrong that would be great.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#347, or mute the thread
https://github.com/notifications/unsubscribe-auth/ANamfhq94KspPEiHtNZlY86DkfII9O7oks5q0Y_TgaJpZM4KX30k
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants