tns-android
Advanced tools
Changelog
8.2.0 (2022-03-08)
before-plugins.gradle
in build.gradle to allow to override androidBuildToolsVersion
and other vars (d926dd4)PerformMicrotaskCheckpoint
(4b58570)Exception information in onDiscarderError and onUnhandledError is changed so that message
contains the exception message and stackTrace
contains only the stackTrace. In the previous implementation stackTrace
contained some additional details (including the exception message) and the message
was something like:
The application crashed because of an uncaught exception. You can look at "stackTrace" or "nativeException" for more detailed information about the exception.
The built-in JSON.stringify
method is used for cross workers communication. Circular object references are no longer supported and attempting to send such object will throw an exception.
onCreate
hasn't been overridden()cleanupAllJars
gradle task (#1338)All flavors must now belong to a named flavor dimension.
build error, ensure that you are using the latest CLI. Plugins will be built implicitly by the CLI, version 4.0.0-rc or newer.platforms/android/app/build/outputs/<build-type>/<flavor - if any>/app-<build-type>.apk
(#938).jar
and .aar
libraries from App_Resources/Android/libs
(#899).java
, resources, assets in App_Resources/Android
(#700) - Enabled after updating the App_Resources/Android subdirectory structure. Use tns resources update android
with CLI 4.0.0-rc or newer.tns-core-modules
.