Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
应该是什么价值:
compileSdkVersion targetSdkVersion
我已经下载并安装了 Android P Developer Preview SDK、系统映像和构建工具。
我试过“28”,但它显示了这个错误:
使用 P 预览:
compileSdkVersion 'android-P' targetSdkVersion 'P'
见:https ://developer.android.com/preview/setup-sdk.html
compileSdkVersion 'android-P'
和
targetSdkVersion 'P'
targetSdkVersion 28
为我工作!