0
背景
我的工作讓我的應用支持2.3.3版本(API等級10),但我得到了下面的錯誤。
日誌
Could not find class 'android.app.Notification$Builder', referenced from method
com.google.android.gms.common.GooglePlayServicesUtil.showErrorNotification
我的工作讓我的應用支持2.3.3版本(API等級10),但我得到了下面的錯誤。
Could not find class 'android.app.Notification$Builder', referenced from method
com.google.android.gms.common.GooglePlayServicesUtil.showErrorNotification
Notification.Builder
API級別11.對於早期版本的加入,NotificationCompat.Builder
應改爲使用。
由於錯誤來自Google Play服務,因此對於11歲以前的目標,請使用google_play_services_froyo
而不是google_play_services
。