vaishaliPM
4 years agoNew Contributor
Object spy not able to spy inside physicals android mobile screen
I have connected physical android phone with USB cable to machine, I am able to see Mobile screen in Testcomplete.
I am able to launch app with in mobile with PackManagerObj.LaunchPackage
But, I am not able to spy inside the mobile screen also objects browser not showing and process below Android phone
App doesn't launch with TestedApps.<apkfile>.Run() option, but it shows app is getting installed message.
I am assuming instrumentation happen automatically in Testcomplete 14.70 version but AndroidTestedApp["Instrumented"] shows false value.
Please suggest solution for this
It looks like you need that TestedApps part for the automatic instrumentation properly:
You said your app does not launch as a Tested App, what happens when you try?