HaxeExtension / extension-googleplaygames

OpenFL extension for Google Play Games / Android
Other
53 stars 17 forks source link

AppStateManager does not exist #14

Closed rifai closed 9 years ago

rifai commented 9 years ago

Hi, I tried to build simple android game using this extension. But I got this error [javac] \export\android\bin\deps\gpgex\src\com\gpgex\GooglePlayGames.java:18: package com.google.android.gms.appstate.AppStateManager does not exist

I already updated the latest Google Play Service library. I'm using version 1.3.1 from haxelib.

fbricker commented 9 years ago

Hi, I've fixed this last night. Please update the extension to version 1.3.2 to fix this (the issue was that google removed some APIs on the last version of google play services).

Thanks!