So the problem I’m having is that we have started using a new build system for mobile apps and that has changed the package and activity format from its original state.
The package format was: com.company.name of mobile app
The activity format was: host.exp.exponent.mainactivity
The package format is somewhat the same just a letter case difference
The activity format is: com.company.name of mobile app.mainactivity
These are pulled directly by TestProject when you are creating a new application, so I would of thought there would be no problem. The Device is Pixel_2_API_29 android 10