Installed apk generated by quasar dev / build command does not work in Android
-
@ksathya yep!!! my earlier update confirms that! (sorry for not mentioning you). http://forum.quasar-framework.org/topic/1979/installed-apk-generated-by-quasar-dev-build-command-does-not-work-in-android/6
-
@rstoenescu worth to add it to the docs?
-
Well, the signing part is under the Publishing to Store, but I guess it can be mentioned in other places too. Thanks if you wanna make docs additions!
-
How to resolve that:
quasar build -m cordova -T android -t mat
cd src-cordova
cordova build -
It did not resolve for me ,any ideas. Thanks in advance.
-
@king_of_leon you need to sign the apk https://quasar.dev/quasar-cli/developing-cordova-apps/publishing-to-store#Android-Publishing, but if you’re just building for test, then just run the command
quasar build -m android --debug
. -
Thanks for the quick response, I want to permanently install in my android. I tried it after signing a key got stuck in jarsigne and zipalign. jarsigner says “Please specify jarfile name” but I did. And zipalign says not found command.
Appreciate the help
Great Community
-
that guide is all good, if you’re stuck somewhere then just google the error logs. anyway the --debug command is sufficient, the other is just needed if you are planning to publish your app in google app store.
-
Got it thank you so much . Loving this framework more and more!
-
@ksathya You need to sign your app before installing it on a device.
instructions are here Publishing to Store -
Try inserting <preference name=“loadUrlTimeoutValue” value=“700000” /> in your config.xml. it worked for me