android icon indicating copy to clipboard operation
android copied to clipboard

Android runtime for NativeScript (based on V8)

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

Currently, there is no way to implement for example `java.util.List` and provide information what would be the type `T`. When extending such class/interface from TypeScript the following way: ```JS @Interfaces([java.util.List])...

Hello guys, I was reviewing the documentation for Android, but I can't see any example using Android annotations with TypeScript, can you give me any example? otherwise it would be...

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

It seems that Perfetto is the preferred way of collecting performance metrics and we should consider enabling its usage in NativeScript apps. https://docs.perfetto.dev/#/

@rakeshgirase commented on [Tue Jun 04 2019](https://github.com/NativeScript/NativeScript/issues/7305) **Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting...

Currently, the Runtime uses multiple classloaders, mostly for the runtime generated classes by the Runtime Binding Generator. This might break in cases where a user requests a class with: `Class.forName("com.test.SomeRuntimeGeneratedClass");`...

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

Currently, if in the `app.gradle` there is a custom dependency like: `implementation fileTree(dir: '/test/test', include: ['test.jar'])` and it is not on the file system, the build should fail instead of...

**Environment** - CLI: 5.4.0 - Cross-platform modules: 5.4.2 - Android Runtime: 5.4.0 **Describe the bug** V8 options can be passed on Android, but the default v8.log file is nowhere to...

**Environment** ndk-bundle: Pkg.Desc = Android NDK Pkg.Revision = 20.0.5594570 idea=Android studio 3.4.1 jdk=1.8 **Describe the bug** I try build android-runtime error! build this project need what ndk version? or should...