Mavhod / GodotAdmob

Module Admob for Godot engine
65 stars 88 forks source link

Problem with Godot 2.1 stable #5

Open ShinZ6 opened 7 years ago

ShinZ6 commented 7 years ago

After compiling with 2.1 stable source code, when exporting to android if the admob module is enabled the game crashes on the phone.

Mavhod commented 7 years ago

Now I can't compile with Andorid it error about virtual script, I'll check it later when that error is fixed.

ShinZ6 commented 7 years ago

Don't compile with the latest source code, that's godot 2.2 alpha, you should compile the source code of godot 2.1 stable in the release section.

Mavhod commented 7 years ago

I load .zip from github with branch 2.1 after build it and test It work fine, Is you mistake something?

There is template I was build it, you can download for test: https://www.dropbox.com/s/juaz9vvzy5aumlm/androidTemplate2.1.apk?dl=0

rochmaddn commented 7 years ago

godot 2.0.4.1 admob example crash on my phone help me please.

ShinZ6 commented 7 years ago

Thanks @Mavhod works fine with the template you gave me, how can I build it by myself next time, maybe with scons platform=android ?

Mavhod commented 7 years ago

Yes, I use scons platform=android target=release, you can follow this instruction http://docs.godotengine.org/en/latest/reference/compiling_for_android.html

rochfe, I was compiled version 2.0 and it work fine, I don't know what are you wrong.

Nearoo commented 7 years ago

Remember, you can always use adb logcat -s godot to see what's going on on your phone....