poingstudios / godot-admob-plugin

This repository is for Godot's Addons to integrate natively AdMob to your Game Project without much configurations and directly inside Godot Editor!
https://poingstudios.github.io/godot-admob-plugin/
MIT License
334 stars 25 forks source link

Error opening file ''. when exporting apk failed #118

Closed Pr1nce3 closed 11 months ago

Pr1nce3 commented 11 months ago

Godot version

4.1.2

Plugin version

Version: v3.0.3

System information

windows 11

Phone information, if applicable

android

Issue description

when i try to export apk i it failed to export and output error i get is

Error opening file ''. Exporting Poing AdMob '.cfg' file 0 param: --xr_mode_regular 1 param: --use_immersive editor/export/editor_export_platform.h:178 - Export: Building of Android project failed, check output for the error. Alternatively visit docs.godotengine.org for Android build documentation.

Steps to reproduce

  1. install plugin to your project and enable it
  2. when exporting for android enable plugin and set use gradle build
  3. gets this error

Additional context

Screenshot 2023-12-09 192532

gumaciel commented 11 months ago

Hi it seems to not be related to the plugin, try to export the game without the plugin "Ad Mob" enabled

Pr1nce3 commented 11 months ago

Hi it seems to not be related to the plugin, try to export the game without the plugin "Ad Mob" enabled

everything before was working fine it started after admob. but anyway i managed to make it work. you are are its not related to plugin it just godot being godot.

mShaffuan commented 10 months ago

@Pr1nce3 can you share how you make it work? I face same problem.