I have Android Studio 3.2. I am trying to open a project, but I get the error "Failed to find target with hash string 'android-Q'". Below the error message I see a link "Install missing platform(s) and synch project". If I click this link, I get another error, which says
"The following packages are not available: - Package id platforms;android-Q".
In the Android SDK tool, I can see "Android API29" (API level 29) already installed. On checking the details about Android verisons and its API levels. I would like to know how I can resolve that ?
compileSdkVersion 'android-Q'
buildToolsVersion "25.0.0"
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "vn.minh.android.store"
minSdkVersion 14
targetSdkVersion 'Q'