Android Studio – Failed to find Platform SDK with path: platforms;android-35
For some reasons, I ended up with installing the latest android studio (Android Studio Koala | 2024.1.1), then I updated the SDK version with: android { namespace = "com.example.myprj" compileSdk = 35 defaultConfig { applicationId = "com.example.myprj" minSdk = 26…