Android Studio won't let me record a Robo script test because we have some native code in the build. To improve our robo coverage I think that means that we either:
Write our own custom robo scripts
Make a build which stubs out the native code so that we can record robo scripts
I think that the app currently quits early during the robo test due to the home screen being "non standard" in some way. Perhaps just fixing that will improve the coverage?
Android Studio won't let me record a Robo script test because we have some native code in the build. To improve our robo coverage I think that means that we either: