Reputation: 13947
I am trying to build and run a unity project for Android
Android
However, my build and run button is greyed out and i'm not sure how to activate it.
How do I activate it?
Upvotes: 1
Views: 374
Reputation: 1
The Export Project bool literally exports the project as a Gradle project so that you can import it into Android Studio. Unchecking the Export Project will do the trick
You can find more information about building for Android here
Upvotes: 0
Reputation: 10137
Uncheck Export Project toggle in your build settings.
Upvotes: 4