0
에 표시되지 않습니다. 누구든지 나를 도울 수 있니? 앱을 만든 후 admob 광고가 배너 및 삽입 광고를 표시하지 않고 Android 앱 apk
이
내가 응용 프로그램 당신은 실제로 당신의 AdUnitIds 또는 AdMob에서 광고를 게재 할 수없는 값을 제공해야<!-- ADVERTISING VARIABLES ___________________________________________________________________________________________ -->
<!-- Admob settings____________________________________________________________________________________________________________________ -->
<!-- Banner Ad unit id - you should get the banner ad unit id from admob - OPTIONAL - MAY BE LEFT EMPTY TO DISABLE BANNER ADS -->
<string name="BannerAd_unit_id"></string>
<!-- Interstitial Ad unit id - you should get the Interstitial ad unit id from admob - OPTIONAL - MAY BE LEFT EMPTY TO DISABLE INTERSTITIAL ADS -->
<string name="InterstitialAd_unit_id"></string>
<!-- The Interstitial ad can be shown once every 2 gameovers. replace with 1 to show it after every gameover -->
<integer name="ad_shows_every_X_gameovers">1</integer>
<!-- Rate button settings__________________________________________________________________________________________________ -->
<!-- link is created automatically from package. Make sure package id is the same as the one used in google play -->
<string name="unable_to_reach_market">Error reaching market. Please check your internet connection</string>
위의 파일은 문자열 리소스입니다. 레이아웃 xml, 매니페스트 및 배너/배너가 표시되어야하는 클래스/액티비티를 표시하십시오. – Opiatefuchs
귀하의 logcat 및 귀하가 광고를 게재하는 활동을 게시하십시오. – William