Ionic 6 Cordova | Create project - Run in device - Generate APK file | Complete guide for Beginners

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024

Комментарии • 60

  • @GAMINGWITHJARVIS007
    @GAMINGWITHJARVIS007 2 года назад

    Thanks man after ages of struggle with these errors finally able to compile the project

  • @kangqian8288
    @kangqian8288 2 года назад +3

    Nice..
    Can you do a tutorial splash screen for capacitor?? Sir

    • @CodingTechnyks
      @CodingTechnyks  2 года назад

      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

  • @sahibsingh9004
    @sahibsingh9004 Год назад

    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.

  • @rakhipramanik2439
    @rakhipramanik2439 Год назад

    Hi, I am doing same for generate ionic project.
    But config and ionic config files missing.
    Can you help me with that

  • @renystino7782
    @renystino7782 Год назад

    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?

  • @44437
    @44437 Год назад

    while i take production build after installed apk file in my mobile , app not installed error throw how do resolve ..plz help me

    • @CodingTechnyks
      @CodingTechnyks  Год назад

      Have you signed the apk

    • @44437
      @44437 Год назад

      @@CodingTechnyks yes

    • @44437
      @44437 Год назад

      @@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

    • @CodingTechnyks
      @CodingTechnyks  Год назад

      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

    • @44437
      @44437 Год назад

      @@CodingTechnyks can i get following steps how do get build from android studio

  • @44437
    @44437 Год назад

    now my development completed. production only pending..now i create sample project and follow these steps i got same error

    • @CodingTechnyks
      @CodingTechnyks  Год назад

      Connect via Instagram at 1pm IST
      Link in description

  • @dreamygirlwithmagics3093
    @dreamygirlwithmagics3093 2 года назад

    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

    • @CodingTechnyks
      @CodingTechnyks  2 года назад

      Live reload works when connected via usb on same network

    • @CodingTechnyks
      @CodingTechnyks  2 года назад

      If you disconnect the phone then you will get this error

    • @dreamygirlwithmagics3093
      @dreamygirlwithmagics3093 2 года назад

      @@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.

    • @CodingTechnyks
      @CodingTechnyks  2 года назад +1

      Contact via Facebook messenger
      Link in description

  • @pks0268
    @pks0268 Год назад

    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

    • @CodingTechnyks
      @CodingTechnyks  Год назад +1

      Hi Prakash, what's not working, will have to understand that. Connect with me tomorrow at 12:30pm IST via facebook, link in description

  • @DanielLucero-hf9mn
    @DanielLucero-hf9mn 2 года назад

    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
      @CodingTechnyks  2 года назад

      There is problem with your Java version use Java 11

  • @AGUNGKAYA
    @AGUNGKAYA 2 года назад

    cool. looking for ionic cordova too

    • @CodingTechnyks
      @CodingTechnyks  2 года назад

      Comment here what features you are looking, if it’s useful will make a video on that

    • @AGUNGKAYA
      @AGUNGKAYA 2 года назад

      @@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 [ ] .

    • @AGUNGKAYA
      @AGUNGKAYA 2 года назад

      @@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

  • @lcho9871
    @lcho9871 2 года назад

    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?

    • @CodingTechnyks
      @CodingTechnyks  2 года назад +1

      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

    • @CodingTechnyks
      @CodingTechnyks  2 года назад +1

      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

  • @akzeebbose5530
    @akzeebbose5530 2 года назад +1

    Thank you so much, really helped alot, also Can you make a video about Rxjs ?

  • @renasance7468
    @renasance7468 2 года назад

    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
      @CodingTechnyks  2 года назад

      Have you tried to run without livereload

    • @renasance7468
      @renasance7468 2 года назад

      @@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.

    • @CodingTechnyks
      @CodingTechnyks  2 года назад

      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

    • @renasance7468
      @renasance7468 2 года назад

      @@CodingTechnyks Oh my bad. I can now build now. forgot to use the command "ionic build" then "ionic cordova build android"

    • @renasance7468
      @renasance7468 2 года назад

      @@CodingTechnyks hi new problem: Cannot determine path to 'tools.jar' library for Android API 28 Platform.

  • @dadawald6515
    @dadawald6515 2 года назад

    good job
    I have a question
    I have html5 games
    can I import it in ionic or not

    • @CodingTechnyks
      @CodingTechnyks  2 года назад

      You can try
      But that will behave like a browser game mostly not native one in look and feel

  • @abdulganiukassim1085
    @abdulganiukassim1085 Год назад

    Please can you do the same for ionic 7

    • @CodingTechnyks
      @CodingTechnyks  Год назад +1

      Ionic 6 and Ionic 7 are same in this regard
      If facing any problem then let me know

  • @tptptp8789
    @tptptp8789 10 месяцев назад

    EXCELLENT

  • @desarrollowebymarketingdig2156

    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

    • @CodingTechnyks
      @CodingTechnyks  Год назад

      Will have to check it to understand
      Connect via Instagram tomorrow at 4pm IST

  • @jesval2629
    @jesval2629 2 года назад

    Hello everyone, I have a question, can I build an application that can create video through photos, add audio and effects with ionic?

    • @CodingTechnyks
      @CodingTechnyks  2 года назад

      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

  • @rajunain7404
    @rajunain7404 2 года назад

    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
      @CodingTechnyks  2 года назад +1

      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

    • @rajunain7404
      @rajunain7404 2 года назад

      @@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. 🙏

  • @raghupola1
    @raghupola1 2 года назад

    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

    • @CodingTechnyks
      @CodingTechnyks  2 года назад

      Capacitor or Cordova?

    • @raghupola1
      @raghupola1 2 года назад

      Cordova

    • @CodingTechnyks
      @CodingTechnyks  2 года назад

      Hi @raghupola1 kindly connect via facebook in case you want me to help you out asap