Vasil Trifonov
Vasil Trifonov
Hi @vcooley, I've looked at the app and firstly I think there's a problem with the way you are doing the paging, I guess instead: ```JavaScript const snap = await...
@vcooley both V8 and Java GCs are triggered. For every native object created through the JavaScript we create a native Java object but we are keeping a strong reference to...
@Omi231 after cloning the project and running `tns build android` I get a different error: ``` ERROR in Entry module not found: Error: Can't resolve 'awesome-typescript-loader' in '/Users/trifonov/Work/tmp/CloudBuild/app' ``` but...
are you cleaning the workspace before the run
can you add running ``` node '/home/circleci/repo/platforms/android/build-tools/jsparser/js_parser.js' enableErrorLogging ``` after the build fails
@dondre seems that when you run the command the folder is already clean up, so can you check before executing it that the folder exists.
Can you reproduce this on you local machine and if yes what are the steps?
@rakeshgirase the problem is that when using the circle CI cache it copies the node_modules folder from the previous build and `npm install` does nothing as all the packages are...
@lambourn sorry for the late response. Do you still experience the same crashes. It's very odd as the method that cannot be found is part of the NativeScript.so library. Seems...
@ahitrov can you validate whether the issues still exists with the android@next?