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!

Home Page:https://poingstudios.github.io/godot-admob-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error opening file ''. when exporting apk failed

Pr1nce3 opened this issue · comments

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

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

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.

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