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.
我需要禁用启动画面广告
StartAppAd.disableSplash()
我在我的应用程序活动中添加了以下代码,但在添加了显示错误“无法解析符号”后,我必须禁用启动广告。任何人都可以提供帮助
确保您使用的是最新版本的 StartApp 依赖项
repositories { mavenCentral() } dependencies { // noinspection GradleDynamicVersion implementation 'com.startapp:inapp-sdk:4.8.+' }
如果您在 logcat 中发布您的详细错误,那就更好了。这样每个人都可以理解您的错误代码