Stephen Hamilton

Results 6 comments of Stephen Hamilton

I'm experiencing the same issue also.

I've also run into this problem with the plugin - anyone made any progress with it?

Here is a hook I did: config.xml: `` hook-android-fix-file-transfer.js: ``` const fs = require('fs-extra'); const path = require('path'); const DIR = path.join(__dirname, '../'); /** * This hook removes whitelist from...

Im getting the same issue. Building to a Samsung Tab A, Android 11 android/capacitor.settings.gradle ``` include ':admob-plus-capacitor' project(':admob-plus-capacitor').projectDir = new File('../node_modules/@admob-plus/capacitor/android') ``` The error Im getting in android studio: ```...

A follow up - when I install this all other capacitor plugins are also no longer available (Device, FileSystem, Network etc). Uninstall and the plugins are available again.