When I am trying to make a new Google Maps Activity, its grey and I cant click the option.
(New --> Google --> Google Maps Activity (Requires MinSdk >=9)
C:\Users\Joey\AppData\Local\Android\sdk\platforms
In your application level build.gradle
file do you have minSdkVersion
9
or greater than 9
like this:
defaultConfig {
minSdkVersion 15 //this should be greater than or equal to 9
targetSdkVersion 23
//...
}