I've got a weird issue where IntelliJ cant build a...
# intellij
a
I've got a weird issue where IntelliJ cant build any of my Android projects. I've completely uninstalled and reinstalled the IDE, as well as the SDK, and I went into my local files and deleted all of the IntelliJ configs. I also deleted and redownloaded my source code, and of course invalidate and restart, nothing helps. This is the error I get when it tries to sync gradle:
Module: 'android' platform 'android-32' not found.
And that platform is definitely installed.
😶 1
I've tried the same projects on a different computer, and they work fine.
This is using gradle
7.4.2
and the latest InteliJ Ultimate
22.2.1
m
Hi Adam, could you file an issue on YouTrack? https://youtrack.jetbrains.com/issues/IDEA
a
Ah, I figured it out, I had tried JDK 8 and JDK 17, neither worked, but JDK 11 did
👍 1