AdMob Cordova/Capacitor Ad Documentation #17706
Unanswered
EMI-INDO
asked this question in
CLI - Capacitor / Cordova modes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an example of a simple
quasar framework
with concise documentation.Screenshots
Full https://quasar.dev/quasar-cli-vite/developing-cordova-apps/introduction
Full list of options: https://v2.quasar.dev/quasar-cli-vite/developing-cordova-apps/configuring-cordova
Other examples: https://github.com/EMI-INDO/emi-indo-cordova-plugin-admob/tree/main/example/www/js
Main page: https://github.com/EMI-INDO/emi-indo-cordova-plugin-admob
Release notes: https://github.com/EMI-INDO/emi-indo-cordova-plugin-admob/releases
Similar documentation: Quasar framework AdMob Cordova/Capacitor EMI-INDO/emi-indo-cordova-plugin-admob#44
Let's assume you have created a base project
add-cordova-quasar-mode
add-platform
Android
IOS
Installation plugin
Click Open the code IndexPage.vue
Note
Open the code IndexPage.vue
quasar.config.js
cordova confirmation blockquasar-project/src-cordova/config.xml
Click Open the code quasar.config.js
Note
Open the code quasar.config.js
Install on Android Device
wait for the build process to complete.
After the quasar build process is complete, we will build the
app-release.aab file into .apk
format so that it can be used on our cellphone.We will enter the src-cordova folder first by typing the following command:
Then we type the following command:
quasar-project/src-cordova/platforms/android/app/build/outputs/apk/debug/app-debug.apk folder
. Please install the app-debug.apk
file on your phone.YouTube Video
Beta Was this translation helpful? Give feedback.
All reactions