我正在使用 xamarin 开发一个 android 应用程序,我想用 StartApp SDK (v 3.6.1) 添加一个横幅。
在我创建了一个绑定库并导入 startapp.jar 之后,当我构建它时,我遇到了这个错误:
Error CS0234 The type or namespace name 'StartAppAd' does not exist in the
namespace 'Com.Startapp.Android.Publish.AdsCommon' (are you missing an
assembly reference?) StartApp C:\Users\samih pc\Documents\Visual Studio
2015\Projects\Random Number\StartApp\obj\Debug\generated\src\Com.Startapp.Android.Publish.Cache.ACMConfig.cs 107 Active
我该如何解决?我不知道我缺少哪个程序集。
非常感谢。
问候,山姆。