Quick Links:
Download Gideros Studio
|
Gideros Documentation
|
Gideros community chat
|
DONATE
Odd error "nativeDestroy view" when showing amazon ads with the gideros ad interface — Gideros Forum
Home
Discussions
Sign In
Home
›
General questions
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Quick Links
Categories
Recent Discussions
Categories
7.8K
All Categories
11
Help with translations
4.2K
General questions
107
Roadmap
358
Game & application design
316
Plugins
70
User experience
75
Marketplace
290
Code snippets
34
Building a team?
269
Suggestions & requests
352
Announce your apps made with Gideros.
90
Step by step tutorials
668
Bugs and issues
195
Introduce yourself
239
Announcements
106
Forum talk
404
Relax cafe
In this Discussion
July 2014
Aniket
July 2014
ar2rsawseen
Top Posters
ar2rsawseen
6991
SinisterSoft
4058
hgy29
3645
keszegh
3255
atilim
2892
antix
2136
MoKaLux
2006
OZApps
1983
totebo
1781
oleg
1706
hgvyas123
1412
techdojo
1321
pie
1194
gorkem
1186
rrraptor
1030
phongtt
1029
Mells
1024
MikeHart
1020
john26
995
GregBUG
962
Odd error "nativeDestroy view" when showing amazon ads with the gideros ad interface
Aniket
Member
July 2014
edited July 2014
in
General questions
D/webviewglue(12812): nativeDestroy view: 0x6c109d30
Is what I get when I try to show amazon ads, I doesn't matter if I use showAd auto or "320x50"
+1
-1
Share on Facebook
Comments
ar2rsawseen
Maintainer
July 2014
It seems to be only a warning, and due to some settings on webview:
http://stackoverflow.com/questions/5582530/android-what-does-this-warning-message-refer-to-webcore
http://appcodingeasy.com/Gideros-Mobile
+1
-1
Share on Facebook
Aniket
Member
July 2014
edited July 2014
@ar2sawseen
but the ad doesn't show up.
Here's the relevant code. The "key" is using the proper key but since I've enabled testing I doubt it matters.
require "ads"
local amazon = Ads.new("amazon")
amazon:setKey("key")
amazon:enableTesting()
--start displaying ads
amazon:showAd("auto");
+1
-1
Share on Facebook
Sign In
or
Register
to comment.
Powered by Vanilla
Comments
http://stackoverflow.com/questions/5582530/android-what-does-this-warning-message-refer-to-webcore
Here's the relevant code. The "key" is using the proper key but since I've enabled testing I doubt it matters.
require "ads"
local amazon = Ads.new("amazon")
amazon:setKey("key")
amazon:enableTesting()
--start displaying ads
amazon:showAd("auto");