Hi sir, Apk is created and installed in mobile. But the issue is when app open in mobile, it open index.html page which is in www folder and does not open login page as start-up page. In app-routing file Login is set as redirect page. How to solve this issue.
Hi Sir, How we can add cordova plugins on it. Iam upgrading my Ionic 5 -cordova project to latest version.While Iam adding native plugins showing rxjs confliction.I need to use capicitor for it and how?
This way it does not work properly You have to publish the aab file to play store and get it from there It gives the same error in my case too Try directly from android studio That’s the only way out
@@CodingTechnyks I connected with same network, sdk versions provided are min - 24 and targeted 30, I run it in an Android device of version 8.1.0, Is that okay? But the app is showing like this.
A problem occurred evaluating project ':app'. > Failed to apply plugin 'com.android.internal.application'. > Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
@@CodingTechnyks still looking for how to make bold text in tag like this: {{ data.news }} . While the text will be bold if the word within bracket [ ] .
@@CodingTechnyks or something like 'mini project' such as 'Quotes Rank'. In that project, there are list that contains several quotes. User can like and share. In certain tabs, there are list of ranked quotes. That can be simple but good project
Thanks for the info. Just wondering for release APK, could we still use the chrome://inspect to debug the application as I thought the console.log was disable right?
Have shown it Once released, there was no console log, you still try it I don’t think once released, console.log will show up Will check that again if really it’s showing up released apk in chrome inspect
Once generated signed apk with release, it won’t show up in chrome inspect But when you hit the play button in android studio then it works as a debug one Only if you use the release apk file, it won’t show in chrome inspect That’s what I did in this video If you still have any doubt, let me know
Hi im stuck running on my physical device. I've done everything. I can run ionic serve. I can also run ionic cordova run android -l. CLI says: Run Successful and selected device is the id of physical device. So my device can be detected and CLI says app succesfully running but I can't see it on my device. Any ideas?
@@CodingTechnyks yes it still says successful but no update on my device. I tried it on a different device it returns an error. But the error is ERR_UNK, doesnt give much too.
For now if in hurry then build the project copy apk, install it in your phone and run Tomorrow you contact me via Facebook messenger I will look into the problem
Excelente video, pero me aparece este error: ordova] A problem occurred evaluating project ':app'. [cordova] > Could not initialize class com.android.build.gradle.internal.VariantManager
Well not tried In order to do so have to run the slideshow and audio play at the same time, it can be done I suppose. You try it, but creating videos is difficult as there are few plugins but I doubt their functionality to do so
Sir, I am facing an issue after Android Studio installation. It's not installing SDK manager and other libraries and showing fewer memory errors, but my C drive has 150GB of free space and I also have 8 GB of RAM on my laptop. Is there any solution to this? Thanks in advance. 🙏
@@CodingTechnyks Thank you so much sir for quick rply. Actually I added SDK files manually and now it's working fine. Thanks a lot for your valuable time. 🙏
Thanks for the video, you know how to get gradle from local folder, I am facing security issues so when i am trying to build it is not downloading can you please do a video with out using Android studio and generate signed apk from visual studio
Thanks man after ages of struggle with these errors finally able to compile the project
Nice..
Can you do a tutorial splash screen for capacitor?? Sir
It’s available in my course, if looking for it in quick time, link in description
For RUclips I will think about it. Thanks for the comment
Hi sir, Apk is created and installed in mobile. But the issue is when app open in mobile, it open index.html page which is in www folder and does not open login page as start-up page. In app-routing file Login is set as redirect page. How to solve this issue.
Hi, I am doing same for generate ionic project.
But config and ionic config files missing.
Can you help me with that
What files you have
Connect via Instagram and share image
Instagram handler?
Link in description
Thank you very much for your guidance...
I appreciate you to connect and address issue...
Hi Sir, How we can add cordova plugins on it. Iam upgrading my Ionic 5 -cordova project to latest version.While Iam adding native plugins showing rxjs confliction.I need to use capicitor for it and how?
Connect via Instagram
Link in description
while i take production build after installed apk file in my mobile , app not installed error throw how do resolve ..plz help me
Have you signed the apk
@@CodingTechnyks yes
@@CodingTechnyks $ keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
$ $ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore HelloWorld-release-unsigned.apk alias_name
$ zipalign -v 4 HelloWorld-release-unsigned.apk HelloWorld.apk
This way it does not work properly
You have to publish the aab file to play store and get it from there
It gives the same error in my case too
Try directly from android studio
That’s the only way out
@@CodingTechnyks can i get following steps how do get build from android studio
now my development completed. production only pending..now i create sample project and follow these steps i got same error
Connect via Instagram at 1pm IST
Link in description
When I run ionic cordova run android -l, showing webpage is not available or in some device, showing can not get, do you know why
Live reload works when connected via usb on same network
If you disconnect the phone then you will get this error
@@CodingTechnyks I connected with same network, sdk versions provided are min - 24 and targeted 30, I run it in an Android device of version 8.1.0, Is that okay? But the app is showing like this.
Contact via Facebook messenger
Link in description
I have build apk that is working fine in device Android 9 but not working in device Android 11, pls help 🙏. Ionic 6, Cordova 11.1, Cordova-android 11
Hi Prakash, what's not working, will have to understand that. Connect with me tomorrow at 12:30pm IST via facebook, link in description
A problem occurred evaluating project ':app'.
> Failed to apply plugin 'com.android.internal.application'.
> Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
There is problem with your Java version use Java 11
cool. looking for ionic cordova too
Comment here what features you are looking, if it’s useful will make a video on that
@@CodingTechnyks still looking for how to make bold text in tag like this: {{ data.news }} . While the text will be bold if the word within bracket [ ] .
@@CodingTechnyks or something like 'mini project' such as 'Quotes Rank'. In that project, there are list that contains several quotes. User can like and share. In certain tabs, there are list of ranked quotes. That can be simple but good project
Thanks for the info. Just wondering for release APK, could we still use the chrome://inspect to debug the application as I thought the console.log was disable right?
Have shown it
Once released, there was no console log, you still try it
I don’t think once released, console.log will show up
Will check that again if really it’s showing up released apk in chrome inspect
Once generated signed apk with release, it won’t show up in chrome inspect
But when you hit the play button in android studio then it works as a debug one
Only if you use the release apk file, it won’t show in chrome inspect
That’s what I did in this video
If you still have any doubt, let me know
Thank you so much, really helped alot, also Can you make a video about Rxjs ?
Sure
Hi im stuck running on my physical device. I've done everything. I can run ionic serve. I can also run ionic cordova run android -l. CLI says: Run Successful and selected device is the id of physical device. So my device can be detected and CLI says app succesfully running but I can't see it on my device. Any ideas?
Have you tried to run without livereload
@@CodingTechnyks yes it still says successful but no update on my device. I tried it on a different device it returns an error. But the error is ERR_UNK, doesnt give much too.
For now if in hurry then build the project copy apk, install it in your phone and run
Tomorrow you contact me via Facebook messenger I will look into the problem
@@CodingTechnyks Oh my bad. I can now build now. forgot to use the command "ionic build" then "ionic cordova build android"
@@CodingTechnyks hi new problem: Cannot determine path to 'tools.jar' library for Android API 28 Platform.
good job
I have a question
I have html5 games
can I import it in ionic or not
You can try
But that will behave like a browser game mostly not native one in look and feel
Please can you do the same for ionic 7
Ionic 6 and Ionic 7 are same in this regard
If facing any problem then let me know
EXCELLENT
Excelente video, pero me aparece este error:
ordova] A problem occurred evaluating project ':app'.
[cordova] > Could not initialize class com.android.build.gradle.internal.VariantManager
Will have to check it to understand
Connect via Instagram tomorrow at 4pm IST
Hello everyone, I have a question, can I build an application that can create video through photos, add audio and effects with ionic?
Well not tried
In order to do so have to run the slideshow and audio play at the same time, it can be done I suppose. You try it, but creating videos is difficult as there are few plugins but I doubt their functionality to do so
Sir, I am facing an issue after Android Studio installation. It's not installing SDK manager and other libraries and showing fewer memory errors, but my C drive has 150GB of free space and I also have 8 GB of RAM on my laptop. Is there any solution to this? Thanks in advance. 🙏
Have you tried installing one by one
If not then try it
And if Still facing problems then connect via Facebook link in description at 12 noon IST
@@CodingTechnyks Thank you so much sir for quick rply. Actually I added SDK files manually and now it's working fine. Thanks a lot for your valuable time. 🙏
Thanks for the video, you know how to get gradle from local folder, I am facing security issues so when i am trying to build it is not downloading
can you please do a video with out using Android studio and generate signed apk from visual studio
Capacitor or Cordova?
Cordova
Hi @raghupola1 kindly connect via facebook in case you want me to help you out asap