aaronksaunders/capacitor-vue-ionicv4-app

Can't run on Android

Closed this issue · 3 comments

d9k commented

Getting blank screen and errors

capacitor-runtime.js:82 TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at a (chunk-vendors.2405b484.js:1)
    at T (chunk-vendors.2405b484.js:7)
    at Object.X [as install] (chunk-vendors.2405b484.js:7)
    at Function.Cr.t.use (chunk-vendors.2405b484.js:7)
    at Module.56d7 (app.94c99657.js:1)
    at u (app.94c99657.js:1)
    at Object.0 (app.94c99657.js:1)
    at u (app.94c99657.js:1)
    at c (app.94c99657.js:1)
capacitorConsole @ capacitor-runtime.js:82
Uncaught TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at a (chunk-vendors.2405b484.js:1)
    at T (chunk-vendors.2405b484.js:7)
    at Object.X [as install] (chunk-vendors.2405b484.js:7)
    at Function.Cr.t.use (chunk-vendors.2405b484.js:7)
    at Module.56d7 (app.94c99657.js:1)
    at u (app.94c99657.js:1)
    at Object.0 (app.94c99657.js:1)
    at u (app.94c99657.js:1)
    at c (app.94c99657.js:1)

i will need more information, i was able to get the application to run on android

try this

npm install ionicons@4.5.9-1 --save-dev

Can you put commands to run in android after git clone? im trying through ionic serve and npx commands but it doesnt work.

Thanks!

updated, should all work now