首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Android App在美国播放广告

Android App在美国播放广告
EN

Stack Overflow用户
提问于 2018-07-31 21:57:46
回答 2查看 54关注 0票数 0

我正在使用以下插件构建一个Android应用程序。当位置为US时,APK会显示随机广告。我无法复制这个案例,因为我位于India。找到导致插件问题的可能方法是什么?我该如何解决这个问题呢?提前感谢您的帮助。

以下是我的插件:

代码语言:javascript
复制
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.google.android.gms:play-services-maps:15.0.1'
implementation 'com.google.maps.android:android-maps-utils:0.5+'
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support:support-v4:27.1.1'

// Volley Network library
implementation 'com.android.volley:volley:1.0.0'

//Firebase for messaging, chat, notification, auth, dynamic links etc
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-messaging:17.1.0'
implementation 'com.google.firebase:firebase-database:16.0.1'
implementation 'com.google.android.gms:play-services-gcm:15.0.1'
implementation 'com.google.firebase:firebase-config:16.0.0'
implementation 'com.google.firebase:firebase-auth:16.0.2'
implementation 'com.google.firebase:firebase-dynamic-links:16.0.1'

// Green DAO ORM
implementation 'org.greenrobot:greendao:3.2.2'

// AWS
implementation 'com.amazonaws:aws-android-sdk-s3:2.6.+'
implementation 'com.amazonaws:aws-android-sdk-sns:2.6.+'
implementation 'com.amazonaws:aws-android-sdk-cognito:2.6.+'
implementation('com.amazonaws:aws-android-sdk-mobile-client:2.6.+@aar') { transitive = true; }

// For location Fetch
implementation 'com.github.skullper:locationgetter:0.1@aar'

implementation 'com.facebook.android:facebook-login:[4,5)'

//Glide For Image
implementation 'com.github.bumptech.glide:glide:4.7.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
implementation 'jp.wasabeef:glide-transformations:3.3.0'

implementation 'de.hdodenhof:circleimageview:2.2.0'

implementation 'com.squareup.picasso:picasso:2.71828'

// Include all the Twitter APIs
implementation 'com.twitter.sdk.android:twitter-core:3.1.1'

// Crashlytics
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.4'

// Mixpanel
implementation 'com.mixpanel.android:mixpanel-android:5.+'

// Expandable TextView
implementation 'at.blogc:expandabletextview:1.0.5'

// iOS toggle Button
implementation 'com.github.zcweng:switch-button:0.0.3@aar'

implementation 'com.github.yesterselga:country-picker-android:1.0'

implementation 'com.asksira.android:loopingviewpager:1.1.2'
implementation 'com.romandanylyk:pageindicatorview:1.0.1'

// Image cropper
implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0'

// Media capture - Photo and Video
implementation 'com.otaliastudios:cameraview:1.5.1'

implementation 'com.sprylab.android.texturevideoview:texturevideoview:1.2.1'

// Days ago
implementation 'com.github.marlonlom:timeago:3.0.2'

testImplementation 'junit:junit:4.12'

androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-
core:3.0.1'
}

greendao {
    schemaVersion 1
}

apply plugin: 'com.google.gms.google-services'
EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2018-07-31 22:11:30

您可以在手机上安装VPNVirtual Private Network应用程序,并使用它将您的位置设置为美国。然后,您可以根据需要多次重现错误。

票数 2
EN

Stack Overflow用户

发布于 2018-10-01 12:26:26

我使用AppBrain广告检测器应用程序来识别正在运行的广告服务。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51615127

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档