Home > Net >  How to fix "Could not find compile target android-30 for modules :app" error in Andriod St
How to fix "Could not find compile target android-30 for modules :app" error in Andriod St

Time:11-06

I am trying to build an application from a GitHub repository error pic I have tried to uninstall and reinstall all SDKs needed and every time I click 'Sync Project with Gradle Files' this error will pop up.

Anyone who knows about Andriod Studio could help me with this issue? I appreciate every answer and hope this issue could be resolved very soon.

CodePudding user response:

Close Android Studio. Run it as Administrator. Then create a new project. You probably had an error before the project was created and ignored it

(error : Failed to read or create install properties file.).

The file "Android SDK Platform 32" (I had platform 30) needs to be installed and so if you ran Android Studio without administrator rights it won't install. With Administrator rights it'll install automatically and that's it.

  • Related