hyperfiction / HypPlay_services

Google Play Services for haxe NME
BSD 2-Clause "Simplified" License
23 stars 10 forks source link

Can't build the demo. #3

Closed 0proto closed 10 years ago

0proto commented 10 years ago

Hello, i'm trying to build the demo shipped with HypPlay but im stuck getting this error:

C:\Users\Evgeniy\android-sdks\tools\ant\build.xml:574: com.android.io.StreamException: java.io.FileNotFoundException: C:\Users\Evgeniy\Desktop\HypPlay_services-haxe3\demo\bin-debug\android\bin\deps\google-play-services\AndroidManifest.xml

Could you please help? I'm using Flashdevelop.

shoebox commented 10 years ago

Hi

Which Android SDK version are you using ? And of OpenFL ?

0proto commented 10 years ago

I've just upgraded my SDK to the latest r22.3 version and got necessary API17 installed. OpenFL is the latest 1.1.1 release, but still no luck. Maybe i should setup the library in some way? Because i've just downloaded it and launched the Flashdevelop with Playservicesdemo project.

Thanks.

shoebox commented 10 years ago

Okay i've tried on my mac and it seems than the compiler is more "strict" than under windows.

I've made a commit, with "blank" deps manifests and src folder and it seems to work.

The "demo" is very light, it allow you just to connect yourself ( it's more a test than a demo), take a look at the wiki, or the haxe class for more advance usage.

Don't forget to set your Google Play Services ID in to your project.xml

//

0proto commented 10 years ago

Thank you, i'll try it as soon as i can :)

0proto commented 10 years ago

Sorry to bother you again, but i was finally able to get back to my project. The issue got resolved by substitution the correct bundle identifier, so generally, it was all my fault.

Thanks for you work on this amazing library!