GrumpyCarrot / Android_Play_Games_Services_ANE

Air Native Extension (Android) for Google Play Games
11 stars 5 forks source link

some problems with ANE #1

Open bobrokrol opened 8 years ago

bobrokrol commented 8 years ago

Hi, thanks for sharing awersome code it's really clean and works fine! I had few issues, I'm not sure if they related to your code ot to may envirinment

C:\Users\bobrokrol\AppData\Local\Temp\46d4daa7-d912-4784-9109-ff3d503976dd\out\com\google\android\gms\internal\zzni.smali[0,0] null

ADT command line:
C:\Program Files (x86)\JetBrains\IntelliJ IDEA 15.0.3\jre\jre\bin\java.exe -Dapplication.home=D:\_work\SDK\air21\AIRSDK_Compiler -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx512m -jar D:\_work\SDK\air21\AIRSDK_Compiler\lib\adt.jar -package -target apk -storetype PKCS12 -keystore D:\_work\_synth_game\repo\game\temp_keystore.p12 -storepass keystore_password D:\_work\_synth_game\repo\game\out\production\game\releaseAndr.apk D:\_work\_synth_game\repo\game\out\production\game\Main-app.xml -extdir D:\_work\_synth_game\ANE-Sounds-master\bin -extdir D:\_work\_synth_game\repo\game\libs\Android_Google_Play_Services_Lib_ANE-master -extdir D:\_work\_synth_game\repo\game\libs\Android_Play_Games_Services_ANE-master -C D:\_work\_synth_game\repo\game\out\production\game releaseAndr.swf -C D:\_work\_synth_game\repo\game2\src assets\icons -C D:\_work\_synth_game\repo\game2\src assets\melody\final -C D:\_work\_synth_game\repo\game2\src assets\sounds\final -C D:\_work\_synth_game\repo\game2\src assets\notes\3\mp3

It could be some Intelliji bug but I didn't have such errors with other ANE's