0


在执行以下操作时,我在 4.0.3 中遇到 Class Not Found 异常。 Class<?> notifyBuilder = null; try { notifyBuilder = Class.forName("android.app.Notification.Builder"); } catch (Exception e) { e.printStackTrace(); }

请帮助..

4

3 回答 3

2

您需要为 3.0 之前的手机下载兼容性库。您可以在此处找到更多信息:

http://developer.android.com/tools/extras/support-library.html

此外,这里有一个链接,可以帮助您了解如何使用“NotificationCompat.Builder”实现通知(注意后缀 Compat):

究竟如何使用 Notification.Builder

于 2012-10-17T19:46:28.580 回答
0

使用这个工作“android.app.Notification$Builder”

于 2012-05-28T11:31:05.840 回答
0

这适用于我的 4.0.3 android 应用程序网络教程

于 2012-08-09T13:40:36.633 回答