How to solve require a higher Android SDK version. compileSdkVersion 33.

 



One or more plugins require a higher Android SDK version.

Fix this issue by adding the following to /Users/app-dev/Documents/personal/Work-At-Home/android/app/build.gradle:

android {

  compileSdkVersion 33

  ...

}



Solved:    just add compileSdkVersion 33 under android segment  . Like --



Post a Comment

Thank you

Previous Post Next Post