NativeScript/nativescript-cli-tests

Write tests for abi split

dtopuzov opened this issue · 1 comments

For now we can only build with abi split and show error message when you try to run with abi split (because we can not figure out what of the apks should be deployed).

We need tests for this.

Notes: Can use tns-stable-build-testapps-android-unittests-abi-split job as reference.

Solved by b9994e3