「Monaca/admob/admob-free」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→インストール) |
(→インストール) |
||
行22: | 行22: | ||
www/admob.jsが作成されてることを確認。 | www/admob.jsが作成されてることを確認。 | ||
+ | |||
+ | www/index.htmlなどがざっくりなくなるのでexamples/basic/からwwwをコピーしてプロジェクト直下にペーストする | ||
==エラーが発生== | ==エラーが発生== |
2020年5月19日 (火) 18:05時点における版
ダウンロード
https://github.com/ratson/cordova-plugin-admob-free
からzipをDLしてmonacaへインポート
準備
package.jsonに以下が記載されてることを確認
"cordova": { "id": "cordova-plugin-admob-free", "platforms": [ "android", "ios" ] },
インストール
ターミナルから
npm install npm run build
www/admob.jsが作成されてることを確認。
www/index.htmlなどがざっくりなくなるのでexamples/basic/からwwwをコピーしてプロジェクト直下にペーストする
エラーが発生
Refused to load the script 'https://debug.monaca.mobi/target/target-script-min.js' because it violates the following Content Security Policy directive: "default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback.