MonkeyGame.activity

Monkey Targets Forums/Android/MonkeyGame.activity

pantson(Posted 2013) [#1]
Hi
My modules for admob and chartboost are now starting to fail in the later versions
Has this variable changed recently in the MonkeyGame?
   [javac] 		cb.onCreate(MonkeyGame.activity, appID, appSignature, null);
    [javac] 		                      ^
    [javac]   symbol:   variable activity
    [javac]   location: class MonkeyGame



MikeHart(Posted 2013) [#2]
Yes, the structure has changed in v67.


pantson(Posted 2013) [#3]
ta, do you know what the activity variable now?


pantson(Posted 2013) [#4]
found this
		Activity activity=BBAndroidGame.AndroidGame().GetActivity();

in admob module by Mark
Just testing


pantson(Posted 2013) [#5]
looks good to me. ta!