No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. ksathya
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Best 2
    • Groups 0

    ksathya

    @ksathya

    4
    Reputation
    376
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ksathya Follow

    Best posts made by ksathya

    • Installed apk generated by quasar dev / build command does not work in Android

      I am building a quasar-framework app.

      Running the “quasar dev -m cordova -T android -t mat” command, with mobile connected to the computer works correctly (picks my device’s IP as external IP)…

      (The android version installed in my mobile is 5.1)

      However, when I install the ‘apk’ generated by above command in mobile, it looks for the same external IP in mobile and says ‘cannot connect to 192…:/index.html’

      When I use ‘build for production’ command (quasar build -m cordova -T android -t mat) and try to copy the apk generated, the device says ‘App cannot be installed’.

      The exact error, when not connected to Internet, is:
      The webpage at http://192…:8080/index.html could not be loaded because:
      net: ERR_ADDRESS_UNREACHABLE

      When connected to Internet, it says:
      The connection to the server was unsuccessful (http://…:8080/index.html)

      posted in Help
      K
      ksathya
    • RE: Installed apk generated by quasar dev / build command does not work in Android

      Hi,

      I finally got a chance to debug the app using android studio and found the device could not be installed because it was ‘not signed’!

      I followed the steps given in below SO link (especially answers by cfprabhu and Jon) and rebuilt for release…It installed without any issues!

      https://stackoverflow.com/questions/26449512/how-to-create-a-signed-apk-file-using-cordova-command-line-interface

      Thanks for all!!

      posted in Help
      K
      ksathya

    Latest posts made by ksathya

    • RE: Installed apk generated by quasar dev / build command does not work in Android

      Hi,

      I finally got a chance to debug the app using android studio and found the device could not be installed because it was ‘not signed’!

      I followed the steps given in below SO link (especially answers by cfprabhu and Jon) and rebuilt for release…It installed without any issues!

      https://stackoverflow.com/questions/26449512/how-to-create-a-signed-apk-file-using-cordova-command-line-interface

      Thanks for all!!

      posted in Help
      K
      ksathya
    • RE: Installed apk generated by quasar dev / build command does not work in Android

      @rstoenescu said in Installed apk generated by quasar dev / build command does not work in Android:

      d out? Check if there are errors in the ter

      Hi, as I mentioned, when I build the app for prod and install, the device says ‘App cannot be installed’…

      posted in Help
      K
      ksathya
    • RE: Installed apk generated by quasar dev / build command does not work in Android

      Not sure… I am yet to see error messages (if any), thru’ USB debugging…

      posted in Help
      K
      ksathya
    • Installed apk generated by quasar dev / build command does not work in Android

      I am building a quasar-framework app.

      Running the “quasar dev -m cordova -T android -t mat” command, with mobile connected to the computer works correctly (picks my device’s IP as external IP)…

      (The android version installed in my mobile is 5.1)

      However, when I install the ‘apk’ generated by above command in mobile, it looks for the same external IP in mobile and says ‘cannot connect to 192…:/index.html’

      When I use ‘build for production’ command (quasar build -m cordova -T android -t mat) and try to copy the apk generated, the device says ‘App cannot be installed’.

      The exact error, when not connected to Internet, is:
      The webpage at http://192…:8080/index.html could not be loaded because:
      net: ERR_ADDRESS_UNREACHABLE

      When connected to Internet, it says:
      The connection to the server was unsuccessful (http://…:8080/index.html)

      posted in Help
      K
      ksathya
    • RE: Installed apk generated by quasar dev / build command does not work in Android

      The exact error, when not connected to Internet, is:
      The webpage at http://192…:8080/index.html could not be loaded because:
      net: ERR_ADDRESS_UNREACHABLE

      When connected to Internet, it says:
      The connection to the server was unsuccessful (http://…:8080/index.html)

      posted in Framework
      K
      ksathya
    • Installed apk generated by quasar dev / build command does not work in Android

      0
      down vote
      favorite
      I am building a quasar-framework app.

      Running the “quasar dev -m cordova -T android -t mat” command, with mobile connected to the computer works correctly (picks my device’s IP as external IP)…

      (The android version installed in my mobile is 5.1)

      However, when I install the ‘apk’ generated by above command in mobile, it looks for the same external IP in mobile and says ‘cannot connect to 192…:/index.html’

      When I use ‘build for production’ command (quasar build -m cordova -T android -t mat) and try to copy the apk generated, the device says ‘App cannot be installed’.

      How do I install the apk generated by dev /build commands in the device?

      TIA

      posted in Framework
      K
      ksathya