-
-
Notifications
You must be signed in to change notification settings - Fork 40
App crash on start #452
Comments
@bori87 I am using this test app with the same |
@NickIliev Thank You, i have launched your example end everything working fine (except long app opening time). I am using windows 10, normal build working fine the apk file is weight over 30MB and i am able to launch it on my device. I am using this command: tns build android --bundle --env.aot --env.uglify --env.snapshot [...] The apk size in 16MB. I am able to install it on the device but then my app is crashing. Any ideas? |
This problem is related to old debug data on your android device. Delete all related data from data/local/tmp to remove the error. To do that, follow the instructions from rosen-vladimirov. Good luck |
@bori87 regarding
By "my app" I guess you are meaning your own project - try updating all angular and web pack related dependencies (as in my linked project) and also let us know if it fails with the very same error after the app start. |
The text was updated successfully, but these errors were encountered: