path: python-briefcase_0.3.25-2/src/briefcase/platforms/android/gradle.py
                        # Try to get the PID; run in quiet mode because we may
                        # need to do this a lot in the next 5 seconds.
                        pid = adb.pidof(package, quiet=2)
                        if not pid:
                            time.sleep(0.01)
