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.
我正在实施 Admob 的中介,并且正在努力添加最新版本的 Tapjoy 适配器。问题是,如果我声明版本 12.7.1.0(旧版本),它可以工作,但警告我有一个新版本:
但是,如果我将其更改为最新版本 12.8.0.0,同步时不会出现任何错误。但它只是不会启动应用程序并出现错误:
通过将其添加到 gradle 存储库来修复它:
allprojects { repositories { ... maven { url "https://sdk.tapjoy.com/" } } }
只有 mavenCentral 似乎不会抛出任何错误,但对于 12.8.0.0 或更高版本,特别需要 tapjoy 的 maven repo