android
android copied to clipboard
Android runtime for NativeScript (based on V8)
**Environment** - CLI: Doesn't matter - Android Runtime: 8.x (and prior) **Describe the bug** Error during release build it: ``` Execution failed for task ':app:stripReleaseDebugSymbols'. error=2, No such file or...
**Environment** mutliple versions seems to be affected at least up to Installed Android SDK : 29 Android SDK Build-Tools: 29.0.3 node.js : 10.21.0 nativescript : 6.7.8 **Error** Over the time...
**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:...
**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:...
**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:...
because of that line https://github.com/NativeScript/android-runtime/blob/master/build-artifacts/project-template-gradle/app/src/main/java/com/tns/NativeScriptApplication.java#L32 a user cant decide to disable multidex if possible (would make app smaller). The reason is that without multidex enabled that line would not compile....
**Environment** - CLI: 7.1.2 - Cross-platform modules: none - Android Runtime: 6.0.0 - iOS Runtime (if applicable): not applicable - Plugin(s): none **Describe the bug** I'm trying to extend the...
I found an issue with runtime which actually calls the wrong method on android. this the method https://developer.android.com/reference/android/location/LocationManager#addNmeaListener(android.location.GpsStatus.NmeaListener) That method changed in 24 and now use that signature https://developer.android.com/reference/android/location/LocationManager#addNmeaListener(android.location.OnNmeaMessageListener) The...
**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.lang.NullPointerException: at org.nativescript.widgets.TabsBar.updateItemAt (TabsBar.java:195)
**Environment** ``` AndroidSdk = '29'; AndroidSdkBuildTools = '29.0.3'; NodeJs = '10.21.0'; NativeScriptCLI = '6.7.4'; "nativescript": { "tns-android": { "version": "6.5.3" }, "tns-ios": { "version": "6.5.1" } }, ``` **Describe the...