Hi! Your tutorial is very good, I am starting with ionic, I saw as a differential being able to test the system in the browser, being able to choose between a PWA, or Android app in your video I noticed that the app icon is the capacitor icon, how to proceed to create your own application icon? would this be a task to be done within the Android Studio IDE or could it be done in the Ionic project? Thank you
Hi Robson. I'm glad you found this video useful. In order to create your own app icon, watch this tutorial I made: ua-cam.com/video/2Ce09by4qFE/v-deo.html Please remember to share, like, subscribe & click the bell icon so that you can get notified when I upload new ionic video tutorials 😊
im just make my first android apk this day from just watching your ionic tutorials :D can i request tutorials how to make back button on header, making side/tab menu, card sub menu & navigate them all from blank ionic projects? i think ionic is fit for me to learn, thank you for all of ur tutorials
It's pretty easy, I'll be making a tutorial on that very soon. Please subscribe and click the bell icon so that you get a notification when that video is uploaded.
Hey bro, first of all thank you for this great tutorial! i am getting this error about the flatdirs when i tried running my app in android. Would you know the reason why? Thanks in advance!
Thanks for the video. I have built the app on ionic serve works fine and ionic build have built the working app but when i create android app in emulator it shows blank page. I have used these commands npx cap init appname appid npx cap add android npx cap open android. Thanks
Hi, Thanks for video. I tried same steps but it didnt ask me to install capacitor It directly goes to next step and create project. Can your help with this?, I have to start with capacitor
@@CodeSwag I have updated ionic to 6.9.0, Now I trying to creating my APP with 'ionic start'. I am getting error like 'TSlint is deprecated'. Can you please help me on this. I have , node - 12.16.0, angular - 9.1.0, ionic - 6.9.0.
after building giving ionic cap open ios and then press the play button i can launch my emulator but if I want to automate this process and want that xcode opens and press play button automatically and launch my emulator how would you do that? help please
This is not possible with the current production version of Capacitor 2.x. However, it is a new feature that will be available in Capacitor 3. You will need to run the command $ npx cap run
Hi Frederic, thanks for wathcing. In order to generate an IPA you first have to follow this video so that you generate an Xcode project folder. Then you open that xcode project using xcode. From there you proceed as you would with a native iOS app.
i m facing problem please help me WARNING in C:\Users\Mrutyunjaya\Desktop\ionic\devotional-player\src\test.ts is part of the TypeScript compilation but it's unused. Add only entry points to the 'files' or 'include' properties in your tsconfig. WARNING in C:\Users\Mrutyunjaya\Desktop\ionic\devotional-player\src\environments\environment.prod.ts is part of the TypeScript compilation but it's unused. Add only entry points to the 'files' or 'include' properties in your tsconfig. > cordova.cmd build android [Gradle Properties] Detected Gradle property "android.useAndroidX" with the value of "true", Cordova's recommended value is "false" [Gradle Properties] Detected Gradle property "android.enableJetifier" with the value of "true", Cordova's recommended value is "false" No Java files found that extend CordovaActivity. [ERROR] An error occurred while running subprocess cordova.
This is the most basic stuff... Please remove IPA from the description it's misleading. I was looking for building a signed IPA for testing (& then for store).
Hi! Your tutorial is very good, I am starting with ionic, I saw as a differential being able to test the system in the browser, being able to choose between a PWA, or Android app in your video I noticed that the app icon is the capacitor icon, how to proceed to create your own application icon? would this be a task to be done within the Android Studio IDE or could it be done in the Ionic project?
Thank you
Hi Robson. I'm glad you found this video useful. In order to create your own app icon, watch this tutorial I made: ua-cam.com/video/2Ce09by4qFE/v-deo.html
Please remember to share, like, subscribe & click the bell icon so that you can get notified when I upload new ionic video tutorials 😊
im just make my first android apk this day from just watching your ionic tutorials :D
can i request tutorials how to make back button on header, making side/tab menu, card sub menu & navigate them all from blank ionic projects?
i think ionic is fit for me to learn, thank you for all of ur tutorials
Sure, I'll definately consider those for future tutorials.
Nice tutorial, but i have a proble, when open android studio, i cant run app, android studio no fount de run/debug config
Very simple and straight forward
Thanks for watching Luthando. Please do subscribe.
superb video...this helps me in solving my problem
Hi, just wondering, in creating new ionic capacitor app? should Package ID be unique? like it does not yet exist in playstore?
Thanks, great video - got me up and running on Android very quickly. 👍
Glad it helped
Thanks for the great tutorial!
Tell me pls if there are any difficulties in building an application with graphs or diagrams?
It's pretty easy, I'll be making a tutorial on that very soon. Please subscribe and click the bell icon so that you get a notification when that video is uploaded.
I am getting Gradle Failed error while opening in android studio. How to over come this error
Thank you... it is very useful for beginners!
Hey bro, first of all thank you for this great tutorial! i am getting this error about the flatdirs when i tried running my app in android. Would you know the reason why? Thanks in advance!
Please post a pic of the error
Thanks for a nice tutorial
Hi.. Is it possible to add capacitor into my previous template with Cordova? How can I remove Cordova from the template and add capacitor instead??..
Yes it is possible. Just run this command inside your project folder --> ionic integrations enable capacitor
@@CodeSwag thanks for your reply..👍
Thanks it was really helpful. Can I build a app which supports both android and iOS?
Yes you can
@@CodeSwag can you please make a video on that. It will be very help full to many people. Thanks
Thanks for the video.
I have built the app on
ionic serve works fine and ionic build have built the working app but when i create android app in emulator it shows blank page.
I have used these commands
npx cap init appname appid
npx cap add android
npx cap open android.
Thanks
Hi, Thanks for video. I tried same steps but it didnt ask me to install capacitor
It directly goes to next step and create project.
Can your help with this?, I have to start with capacitor
Ionic has since been updated to just install Capacitor by default without asking.
@@CodeSwag I have updated ionic to 6.9.0, Now I trying to creating my APP with 'ionic start'. I am getting error like 'TSlint is deprecated'. Can you please help me on this. I have , node - 12.16.0, angular - 9.1.0, ionic - 6.9.0.
Thee mainfest is not generated for me I have no XML file in the app folder
I think this might be a recently introduced bug in capacitor or the ionic cli
Can you show how obfuscate the code not only the js code
can i create an installable file with only one build in app that use capacitor?
10/10 channel name.
Thank you
how to change the splash screen?
after building giving ionic cap open ios and then press the play button i can launch my emulator but if I want to automate this process and want that xcode opens and press play button automatically and launch my emulator how would you do that? help please
This is not possible with the current production version of Capacitor 2.x. However, it is a new feature that will be available in Capacitor 3. You will need to run the command $ npx cap run
Thank you! but how to generate IPA please ?
Hi Frederic, thanks for wathcing. In order to generate an IPA you first have to follow this video so that you generate an Xcode project folder. Then you open that xcode project using xcode. From there you proceed as you would with a native iOS app.
for some reason, my android studio doesn't show the build option or run option, i'm stuck at this stage. anyone has the solution
Do you have the Java JDK installed?
Try uninstalling Android Studio, then follow this tutorial: ua-cam.com/video/CWOLZBu7ySk/v-deo.html
how to build ipa file in ionic
why I got white blank screen after emulator was showing up : (
Hi, thanks for great and easy to understand tutorial, How to integrate SQLite with ionic app with capacitor
Very nice tutorial. Thank you very much!
Thank you for this great tutorial! It helped a lot
You are most welcome!
Thanks!!! You really helped to me. Love you so much
Glad I could help!
really helpful. Tqsm
My pleasure Dinesh 😊. Please share, subscribe and click the bell icon so you can get notified of more great content!
i m facing problem please help me
WARNING in C:\Users\Mrutyunjaya\Desktop\ionic\devotional-player\src\test.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.
WARNING in C:\Users\Mrutyunjaya\Desktop\ionic\devotional-player\src\environments\environment.prod.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.
> cordova.cmd build android
[Gradle Properties] Detected Gradle property "android.useAndroidX" with the value of "true", Cordova's recommended value is "false"
[Gradle Properties] Detected Gradle property "android.enableJetifier" with the value of "true", Cordova's recommended value is "false"
No Java files found that extend CordovaActivity.
[ERROR] An error occurred while running subprocess cordova.
You need to use *Capacitor* as I demonstrate in the video. Those errors you are getting are coming from Cordova.
Thank you!
Hi did you have email? i would like to pay for a sevice. Small thing. Thanks in advance
Email me at shop@codeswag.co.uk
This is the most basic stuff... Please remove IPA from the description it's misleading. I was looking for building a signed IPA for testing (& then for store).
error: cannot find symbol
import android.support.v4.app.NotificationCompat;
^