';android.app.Notification$Builder';找不到类 背景

';android.app.Notification$Builder';找不到类 背景,android,google-play-services,google-cloud-messaging,Android,Google Play Services,Google Cloud Messaging,我正在努力使我的应用程序支持2.3.3版本(Api级别10),但我得到了以下错误 日志 Notification.Builder已添加到API级别11中。对于早期版本,应改用NotificationCompat.Builder 由于错误来自Google Play Services,请使用Google\u Play\u Services\u froyo而不是Google\u Play\u Services作为11岁之前的目标 Could not find class 'android.app.No

我正在努力使我的应用程序支持2.3.3版本(Api级别10),但我得到了以下错误

日志
Notification.Builder
已添加到API级别11中。对于早期版本,应改用
NotificationCompat.Builder

由于错误来自Google Play Services,请使用
Google\u Play\u Services\u froyo
而不是
Google\u Play\u Services
作为11岁之前的目标

Could not find class 'android.app.Notification$Builder', referenced from method    
com.google.android.gms.common.GooglePlayServicesUtil.showErrorNotification