English 中文(简体)
admob 说“Server回答说,没有口号”
原标题:admob says "Server replied that no ads are available"

i 在我看来添加了试样,因为pdf的指示是指导的,所有工作都是 n(在推器和我的装置中)。 为了停止试验模式,在市场上卸载我的新警钟,必须从我的 file档案中删除测试法吗? i)已尝试过,在我的装置(从大规模储存)上卸载了我的纸面材料,但可以看看看看是否真的。

TEST CODE:

 AdManager.setTestDevices( new String[] { 
                   AdManager.TEST_EMULATOR,"xxxxxxxxxxxxxxxxxxxxxxxxx",});

             AdView adView=(AdView)findViewById(R.id.ad);
             adView.requestFreshAd();

i 检查我的《禁止酷刑公约》意见:

01-20 14:13:38.938: INFO/AdMobSDK(19582): No fill.  Server replied that no ads are available (373ms)
最佳回答

您回答了问题。

01-20 14:13:38.938: INFO/AdMobSDK(19582): No fill. Server replied that no ads are available (373ms)

一切都是right。 服务器如果能寄送你,你会看到这些话。

问题回答

您不得不从<代码>AdMob中人工操作。 因此,仅登录在您的<代码>AdMob上。 考虑并处理这一申请的背景,你可以找到这样的选择:

“alt

I observed same results. Just be patient :) BTW. You don t have to remove AdManager.TEST_EMULATOR,"xxxxxxxxxxxxxxxxxxxxxxxxx",});. It affects only your device.

Make sure the ad has enough space around it, aka its container should be atleast 320dp wide. I discussed this at length here: http://cupcake-and-beyond.blogspot.com/2011/05/why-is-my-admob-ad-not-showing-up.html

(我还显示新的临时人数的阴 ne切))





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签