Mavhod / GodotAdmob

Module Admob for Godot engine
65 stars 88 forks source link

Instructions still unclear #6

Closed Nearoo closed 7 years ago

Nearoo commented 7 years ago

Hi. I'm trying to build my project as well using this code. Unfortunately, I'm not able to determine what exactly I have to do out of your instructions inside the readme file.

Here's what I've done

When I deploy the app to my phone, the app crashes instantly. What is the problem?

Maybe this is the problem: In your README you say "place your apk from build". I'm not sure what apk you mean with that sentence, do you mean another exported game?

Mavhod commented 7 years ago

Yes, you must compile Android export template too. http://docs.godotengine.org/en/stable/reference/compiling_for_android.html

Nearoo commented 7 years ago

Thanks! I figured it out. Found a nice tutorial that shows how to do it from A-Z (link) - it uses another repo though.