Open sido420 opened 3 years ago
Hi!
I don't really know what to say about this issue. The log you posted looks like svelte stuff, nothing to do with the plugin.
Did you try rm -rf platforms
? This plugin needs to install external native libs, so it could be that.
The issue has been minimized (ie. only gets stuck some times now). However, on Android 11 device the app crashed when I do upload.start(). But, same code seems to work on Android 8 device.
I'm still investigating.
Ok, app crashes on Android 8 as well now. It seems like after a fresh app install, it works the first time or so but after a code change when NS app is refreshed on the device it starts crashing.
I have upload.start()
in a try/catch block but it never reaches the catch block so have no error msg etc.
are you using hmr? try run/debug with --no-hmr
.
I was using hmr but using --no-hmr
does not seem to work and build stalls. I also tried removing platforms/
and clean etc.
I have confirmed by adding and removing this plugin. As soon as this plugin is added the build starts and stalls at the following lines:
There are no errors on the console.
Which platform(s) does your issue occur on?
Android device
Please, provide the following version numbers that your issue occurs with:
CLI: (run
tns --version
to fetch it) 6.7.8Cross-platform modules: (check the 'version' attribute in the
node_modules/tns-core-modules/package.json
file in your project)Runtime(s): (look for the
"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project)and also on 6.5.3