actionscript 3 - Google Play Game services ANE version 5089000 -


I am using my ANE for my Android game and it works great. It has AdMob, Leaderboards and Achievements functionality, I used the Google Play game services version 4242000 , which was the first time I first started making it.

There is now a new version of Google Play Game Services: 5089000

I want to migrate this new version and implement new features . However, ANEE does not work with it. Whatever I did, it was replaced by the new code by google-play-services.jar (i.e. 4242000 Version changed with 5089000 ). ANE successfully compiles but when the test is done, then ExtensionContext.createExtensionContext () always NULL returns !!! And as I said, when compiled with the old google-play-services.jar (which is the version 4242000 ), it works perfectly.

I did a trial Android project in Eclase, which contained the new google-play-services.jar (version 5089000 ), and all the functionality worked This means that the .jar file is not a problem.

I am using AdBar Air 15 swc part of ANE.

Has anyone experienced anything like this? Anybody can help please

looks like

  abd Logcat   

Can answer why no context can not be made.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -