No Resource Manager in Android Studio

Viewed 138

There's no Resource Manager in my Android Studio. Do I have a limited version or why it's not there?

All help is highly appreciated, thanks in advance :)

2 Answers

In my case it was because some Gradle sync problem, so see the Gradle output.

My particular problem was because of missing any available (downloaded) SDK:

Gradle sync failed: Sync failed: reason unknown
License for package Android SDK Build-Tools 30.0.2 not accepted.
Related