import shutil
# Path to the debug APK (example path; replace with actual if different)
apk_path = "/mnt/data/institutional_trading_app/app/build/outputs/apk/debug/app-debug.apk"
apk_output_path = "/mnt/data/Institutional_Debug.apk"
# Copy the APK to a more accessible output path
shutil.copy(apk_path, apk_output_path)
apk_output_path