Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遵循了 Airpush安装说明,但是当我在 Android Studio 中使用这一行时,
main=new Main(this, AdListener);
我收到错误“预期表达式”。这是什么意思?
它应该是这样的:
private AdListener adListener; main = new Main(this, adListener);