2012-01-16 49 views
1

我沒有收到,而使用激爽(Komli)AdNw與AdWhirl相 任何廣告代碼觸發這個錯誤時拋出.. 誰能告訴我爲什麼?ERROR/ZestADZAdView SDK(30873):在fetchConfig(捕獲到IOException)當與AdWhirl中整合Android的激爽

像任何adNw ..我只是把SDK中所需Permsissons..then請求廣告application..declaring .. 它工作正常使用AdMob ..

LinearLayout adLayout = (LinearLayout) findViewById(R.id.ads); 
     AdWhirlLayout adWhirlLayout = new AdWhirlLayout(this, "Key"); 
     RelativeLayout.LayoutParams adWhirlLayoutParams = new RelativeLayout.LayoutParams(LayoutParams.FILL_PARENT, 
     LayoutParams.WRAP_CONTENT); 
     adLayout.addView(adWhirlLayout, adWhirlLayoutParams); 
//  AdWhirlTargeting.setTestMode(true); 
     adLayout.invalidate(); 

回答

1

這個問題是發生在源here,在剛剛嘗試獲取配置並將響應json轉換爲字符串的方法中。它看起來像在AdWhirl中配置您的ID一樣的問題。試着打

http://mob.adwhirl.com/getInfo.php?appver=311&appid=YOUR_APP_KEY

,併爲您的實際應用的關鍵替換YOUR_APP_KEY。看看你是否能在回覆中找到一些不尋常的東西。