android icon indicating copy to clipboard operation
android copied to clipboard

Android runtime for NativeScript (based on V8)

Results 145 android issues
Sort by recently updated
recently updated
newest added

I updated my app, and among other things, it upgraded nativescript/android to 8.7.0. When I ran on Android, the app never got past the splash screen. While debugging this, I...

**Environment** ```yaml OS: macOS 14.4.1 CPU: (10) arm64 Apple M1 Pro Shell: /bin/zsh node: 20.11.1 npm: 10.2.4 nativescript: 8.6.5 # android java: 11.0.22 ndk: Not Found apis: Not Found build_tools:...

### Description When initializing the runtime in direct boot mode the `exit(0)` IO cleanup causes a `SIGABRT` with the following message: ``` libc : FORTIFY: pthread_mutex_destroy called on a destroyed...

Bump to ndk 27. Min sdk is now 21

cla: yes

- Enables [support for 16KB page sizes](https://developer.android.com/guide/practices/page-sizes). - Bumps gradle to 8.5, this also switches `ANDROID_STL` to `static` so the lib size will increase. This is the only way to...

cla: yes

**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:...

Java classes can have 100s and even thousands of methods and properties on them, for example `android.view.View` has 673 methods on it, similarly `android.R` class has always been slow to...

I've got a legacy app that needs to be maintained. Here's the `tns info` ``` ✔ Getting NativeScript components versions information... ⚠ Update available for component nativescript. Your current version...

**Environment** My app.gradle: ``` // You can add your native dependencies here dependencies { // implementation 'androidx.multidex:multidex:2.0.1' } android { compileSdkVersion 34 buildToolsVersion "34" defaultConfig { minSdkVersion 23 targetSdkVersion 34...

- ensure that query parameters are considered part of the module identity, similar to browser behavior which helps prevent unnecessary cache invalidation and improves module resolution consistency (ref: https://github.com/NativeScript/ios/pull/328)