Android “ Could not find method android.app.Notification$Builder.setLocalOnly ”
问题 I'm an Android Beginner. Nowadays, I'm testing Google Analytics and I met the following log : Could not find method android.app.Notification$Builder.setLocalOnly, referenced from method com.google.android.gms.common.GooglePlayServicesUtil.zza what is mean and what I have to do? 回答1: setLocalOnly is available on API Level 20 and above . May I know that do you include Android Support Library v4 or AppCompat v7 to your app yet? It might helps. I believe that Google Play Services will use