| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| debug-symbols.zip | 2026-07-13 | 58.9 MB | |
| nativescript-android-9.0.5.tgz | 2026-07-13 | 113.3 MB | |
| README.md | 2026-07-13 | 3.2 kB | |
| v9.0.5 source code.tar.gz | 2026-07-13 | 84.5 MB | |
| v9.0.5 source code.zip | 2026-07-13 | 85.6 MB | |
| Totals: 5 Items | 342.2 MB | 3 | |
9.0.5 (2026-07-13)
Bug Fixes
- anchor relative dynamic imports at the file:// referrer's directory (#1976) (92c2654)
- DexFactory: add support for injecting DEX into parent class loader (#1951) (c9d41e6)
- DexFactory: register injected proxy dex with a single class loader (#1968) (fce8e29), closes pre-#1951 #1962 #1951
- jsparser: skip non-Identifier keys in
.extend({})argument (#1950) (dd2984b) - normalize "." and ".." in resolved module paths to dedupe modules (#1977) (45ed1f6)
- propagate custom ndkVersion to the runtime build (#1974) (51e9fa0)
- timers: order timers with the Java MessageQueue instead of ALooper fds (bfd7650)
- URLSearchParams construction and iteration spec compliance (#1970) (89893ae)
Features
- inspector: attach Chrome DevTools to Web Worker isolates (#1973) (4b5ab0a)
- inspector: serve source maps to DevTools via Network.loadNetwor… (#1969) (55da2da), closes [NativeScript/ios#385](https://github.com/NativeScript/ios/issues/385) [NativeScript/ios#378](https://github.com/NativeScript/ios/issues/378) [nodejs/node#58077](https://github.com/nodejs/node/issues/58077)
- workers: move worker threading and messaging to C++, mirroring the iOS runtime, and support SharedArrayBuffer (#1972) (a84d3c7)