android
android copied to clipboard
Android runtime for NativeScript (based on V8)
I know you already said here that all JS runs in UI Thread but i would like to have another look at this. The reason is that i found out...
After V8 7.3 is merged into master, ASAN should be configured to run against our codebase.
Currently running a webpacked application on android doesn't work if using source maps configuration different than "inline-source-map" or "none". It would be good for developers to be able to use...
1. Create angular app `tns create testNG --ng` 2. Run debug `tns debug android` 3. Add a breakpoint in some ts file Actual: When you add a breakpoint you should...
Hi therre, since I updated my app to NS 5.X/Angular 7, I am having this issue once the app is installed/launched. This error stops the app from work properly on...
**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): - CLI:...
Curious if this is currently supported. I have tried many different things but none seem to work. The issue seems to stem from the fact that the Retrofit (http://square.github.io/retrofit/) library...
## Please, provide the details below: ### Did you verify this is a real problem by searching the [NativeScript Forum](http://forum.nativescript.org) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)? Yes ###...
Implement the [CSSAgent](https://chromedevtools.github.io/debugger-protocol-viewer/tot/CSS/), part of the Chrome Debugging Protocol, inside Chrome DevTools. ### Features: - [ ] Preview CSS styles used in application/page - [x] Preview computed styles - [...
### Tell us about the problem Attempting to access some static constants of certain classes will result in the following exception: `JNI DETECTED ERROR IN APPLICATION: static jfieldID X not...