android
android copied to clipboard
app crashes on ARM after upgrading to 5.2.1
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: 5.3.
- Cross-platform modules: 5.2.2
- Android Runtime:5.2.1
- iOS Runtime (if applicable):-
- Plugin(s): Firebase , Google Maps SDK .
Describe the bug after updating the CLI and android-runtime my app got to crash a lot on arm devices/emulators with this backtrace on android 7 and 8 .
#00 pc 00000000005a9766 /data/app/*/lib/arm/libNativeScript.so
#01 pc 00000000000bc19d /data/app/*/lib/arm/libNativeScript.so
#02 pc 000000000019947f /data/app/*/lib/arm/libNativeScript.so
#03 pc 00000000001989a9 /data/app/*/lib/arm/libNativeScript.so
#04 pc 000000000019702f /data/app/*/lib/arm/libNativeScript.so
#05 pc 000000000019e647 /data/app/*/lib/arm/libNativeScript.so
#06 pc 000000000019e695 /data/app/*/lib/arm/libNativeScript.so
#07 pc 0000000000175429 /data/app/*/lib/arm/libNativeScript.so
#08 pc 00000000005637f5 /data/app/*/lib/arm/libNativeScript.so
#09 pc 00000000000610b8 <anonymous>
**Additional context**
i got the errors from the google play console.