Error:Module 'app': platform 'Google Inc.:Google APIs:22' not found.

一般来说 google APis用于项目中包含google map才来使用(而且是必须的),大多数都用22或更高数字表示
compileSdkVersion ‘Google Inc.:Google APIs:22’

出现这种问题,找到sdk的manager

Error:Module 'app': platform 'Google Inc.:Google APIs:22' not found._第1张图片

找到对应版本的Google APIs进行下载即可,然后构建项目

你可能感兴趣的:(Error:Module 'app': platform 'Google Inc.:Google APIs:22' not found.)