- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
<分区>
因此,出于某种原因,当我放置在 adview 中时,它不会自动填充 ads:adSize 和 ads:adUnitId,而且我无法选择它们,而且我的广告显示的文本显示为 Required XML attribute 'adSize'失踪。我也不认为我可以在布局中填写 xmlns:ads,尽管我可能弄错了。这是为什么?
我的毕业生
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.google.gms:google-services:3.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
第二个build.gradle
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
defaultConfig {
applicationId "com.example.matig.adtest"
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.1.0'
testCompile 'junit:junit:4.12'
compile 'com.google.firebase:firebase-ads:9.0.2'
compile 'com.google.android.gms:play-services-ads:9.0.2'
}
apply plugin: 'com.google.gms.google-services'
我的布局:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.matig.adtest.MainActivity">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!" />
<com.google.android.gms.ads.AdView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:id="@+id/adView3" />
</RelativeLayout>
我一步一步地跟着 firebases 教程所以我真的很困惑我做错了什么
我知道 admob 尺寸可以采用不同的值,例如“BANNER”,它是 320 x 50,但是我在一些应用程序中看到广告变小了,特别是高度被压扁了。我曾尝试使用其他值而不是广告尺寸的“BANNER”,但
我正在尝试使用 Admob 在我的应用中转换广告。 但是,它一直说“缺少必需的 XML 属性“adSize””,即使该属性在我的 XML 文件中也是如此。 有人知道为什么会这样吗? 干杯。
我正在尝试在我的应用程序中添加 AdMob 广告。 在我的 list 中: 在我使用的 xml Activity 布局中: 我在主要 Activity 中的 java 代码
当我尝试以正常横幅尺寸显示我的 AdView 时,它工作正常。但是,当我尝试放大此广告时,例如 AdSizeI.AB_BANNER,logcat 显示:没有要显示的广告。 为什么会这样? 最佳答案 A
是否支持 AdSize wide_skyscraper,因为它会在请求时显示广告,但是 documentation说不支持。有谁知道如果我在应用程序中实现它是否有效? 最佳答案 显然,根据 iOS 库
这个问题在这里已经有了答案: Required XML attribute "adSize" was missing (18 个答案) 关闭 6 年前。 因此,出于某种原因,当我放置在 adview
我在启动应用程序时收到“缺少必需的 XML 属性“adSize””。这写在我的智能手机屏幕上,而不是我的横幅上。 我尝试了基于堆栈的不同解决方案(例如 xmlns:ads="http://schema
MobileAds.initialize(this) { } val adViewBottom = AdView(this) adViewBottom.adSize = AdSize.BANNER 这
我试图使用下面的代码显示添加。我收到错误消息“AdView 缺少必需的 xml 属性 adSize”。 问题是什么? 主.xml: 属性.xml:
在我的 Android 应用中,我有一个 AdView: AdView adView = new AdView(this, AdSize.BANNER, MY_BANNER_UNIT_ID); 我如何
今天我的脑袋几乎要爆炸了,因为一整天我都在尝试使用 AdMob 的 AdView 解决问题。我收到标题中提到的错误。我用谷歌搜索了 3 页,但一无所获。无论我做什么,都会出现同样的错误。这是我的 XM
我正在尝试在横屏中使用智能横幅,但尽管要求非常具体地规定屏幕宽度的高度为 32,但我无法避免有关 adSize 属性的错误消息。广告将出现在我的应用程序中,但它会在底部剪辑。 bannerView.a
我正在尝试使用 NativeExpressAdView 但它显示的不是广告 Required XML attribute 'adSize' was missing 在黑色背景中,红色边框框。我像这样以
我查看了所有其他问题,但没有找到我的答案我得到了这个代码 但它说“缺少必需的 XML 属性“adSize””我也尝试从 Activity 中创建横幅,但没有任何改变 最佳答案 “loadAdOnC
按照官方链接中的步骤操作,也找不到问题出在哪里。我已经从以下位置下载了库:https://developers.google.com/mobile-ads-sdk/download#downloada
我正在使用以下代码在我的应用程序中实现 admob 但是当我运行应用程序时,我收到一条错误消息adview 缺少必需的 XML 属性“adSize”我无法
我在使用 Froyo 的 Google Play 服务时遇到问题。如果我使用 Google Play 服务(不是 Froyo),一切都很好。如果我使用 Froyo 的那个,我会遇到几个错误,例如: T
我想在我的应用中集成 AdMob,但现在是第 3 天,我无法解决此错误: 这是堆栈: C:\Users\myuser\Desktop\xxxxxx\app\build\intermediates\re
在admob testad中,在xmlns:ads设置中,我们使用哪个? 1) http://schemas.android.com/apk/lib/com.android.google.gms.ad
我正在尝试在我的应用程序中实现 AdMob。但不知道它以某种方式显示此错误,因此我的 R.java 文件未生成。我已经尝试了所有解决这个问题的方法,比如清理、构建、全部构建。但非为我工作。按照我的代码
我是一名优秀的程序员,十分优秀!