android-architecture-course icon indicating copy to clipboard operation
android-architecture-course copied to clipboard

Unable to import project

Open alboteanud opened this issue 2 years ago • 1 comments

seems you have to do some updates Error: Gradle sync failed: The project is using an incompatible version (AGP 3.1.3) of the Android Gradle plugin. Minimum supported version is AGP 3.2.

alboteanud avatar Apr 09 '22 12:04 alboteanud

updating build.gradle seems to solve dependencies { classpath 'com.android.tools.build:gradle:7.1.3' ...

alboteanud avatar Apr 09 '22 14:04 alboteanud