我想在我的应用程序中集成空气推送通知广告,我按照他们的教程从: http://manage.airpush.com/docs/?title=Android_SDK_6.0_Documentation#Step_1_-_ Adding_the_JAR
但是它似乎对我不起作用,我在
Airpush airpush;
当我尝试在类文件中引用它时,我已经正确引用了我正在附加屏幕截图的 jar。http://img856.imageshack.us/img856/985/jrkn.jpg
我想在我的应用程序中集成空气推送通知广告,我按照他们的教程从: http://manage.airpush.com/docs/?title=Android_SDK_6.0_Documentation#Step_1_-_ Adding_the_JAR
但是它似乎对我不起作用,我在
Airpush airpush;
当我尝试在类文件中引用它时,我已经正确引用了我正在附加屏幕截图的 jar。http://img856.imageshack.us/img856/985/jrkn.jpg
我所知道的 Airpush 类已被删除,现在他们在他们的 SDK 中使用不同的类。请联系 Airpush 支持。
您似乎正在使用旧文档,请使用以下链接:
对于 Google Play 商店版本的 AirSDK http://manage.airpush.com/docs/index.php?title=AirSDK_1.0_for_Play_Store_Documentation
AirSDK 通用版 http://manage.airpush.com/docs/index.php?title=AirSDK_1.0_Universal_Documentation
希望这可以帮助: