MonkeyGame.activity
Monkey Targets Forums/Android/MonkeyGame.activity| 
 | ||
| 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
 | 
| 
 | ||
| Yes, the structure has changed in v67. | 
| 
 | ||
| ta, do you know what the activity variable now? | 
| 
 | ||
| found this Activity activity=BBAndroidGame.AndroidGame().GetActivity(); in admob module by Mark Just testing | 
| 
 | ||
| looks good to me. ta! |