Behnawwm
Behnawwm

Reputation: 121

Getting error when running Jetpack Compose samples

I wanted to run "Owl App" from Jetpack Compose sample apps but i got this error:

This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.2 or newer.

What's it for?

Upvotes: 1

Views: 876

Answers (1)

Vivek Singh
Vivek Singh

Reputation: 1221

This issue causing due to using of newer version of gradle in the project.

You need to use the latest canary version of Android Studio.

Upvotes: 1

Related Questions