Open Angeloss opened 10 years ago
In the Export directory (where the Java source is put to build with the Android SDK), these files will have already gone through the preprocessor that reads these directives.
If you have added the <set name="androidBilling" />
line in your projexct.xml (before the <haxelib name="GPS" />
line), then the lines inside of the directives should be there.
I'm not using "androidBilling". Should i use it to get the directives ::if::? It's weird because the rest of the code is there, just the code with ::if::'s disappear.
I added "androidBilling" but now I get a runtime Exception: "Client Snapshot is not available in GooglePlayServices-OpenFL" and I don't know how to resolve it. Thank you.
My exported GameActivity doesn't get code with "::if::" conditionals like:
or
from the template, why?