I have the above error and have no clue why I still have it. I have reinstalled API 23 numerous times and done googling and the only fix I found was to reinstall the API but sti
Main module or any library must be using 'Google Inc.:Google APIs:23' which is not installed in SDK. So try to change it and compile
module
library
'Google Inc.:Google APIs:23'
Change : compileSdkVersion 'Google Apis:Google Apis:23'
compileSdkVersion 'Google Apis:Google Apis:23'
To : compileSdkVersion 23 (You should have android-23 installed in SDK)
compileSdkVersion 23