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.
我已经从这里下载了 Xamarin 的 Admob 绑定 ,我看到 GoogleAdMobAds.dll 大小为 16MB - 这实际上是我应该在我的应用程序中使用的文件吗?它似乎相当大和不合理。
请指教 :)
谢谢!
原生的 libGoogleAdModAds.a 是 15MB,所以这看起来很正常。
请记住,libGoogleAdModAds.a 包含 3 种架构(i386、arm7 和 arm7s)的代码,因为您可能只在应用程序中使用 armv7(i386 用于您使用模拟器时 - 以及为您构建设备时可能同时为 armv7 和 armv7s 构建,但这不是很常见),您可能只会使用这 15MB 中的约 5MB。