Dake
Dake

Reputation: 289

CommandInvokationFailure when attempting to build APK

I get CommandInvokationFailure error when attempting to build APK. I deleted my Android SDK Build Tool and then forced to update it though Unity but that didn't change anything. When I build with a new empty project, I don't get the error. What should I do?

I've also re-downloaded the SDK from here and updated path in Unity.

I have the following installed:

Upvotes: 0

Views: 109

Answers (1)

Darren
Darren

Reputation: 1974

There should be a file called version.xml in the folder google-play-services_lib/res/values of Google Play Services.

You need to copy this into the folder Assets/Plugins/Android/res/values/ of your Unity project.

Upvotes: 1

Related Questions