Intellij Android Project Gradle

Viewed 29

I can't sync my fresh Android Gradle project in Intellij Ultimate.

Module: ':app' platform 'android-32' not found.

Under Tools > Android > SDK Manager Android API 32 is installed.

1 Answers

Make sure your computer is connected to the internet, install the android SDK and then make a "build project".

Related