-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Open App not working #1815
Comments
Hi @balajiks-dev, Do you have patrol:
app_name: Patrol example
android:
package_name: pl.leancode.patrol.example
ios:
bundle_id: pl.leancode.patrol.Example |
@bartekpacia Yes I have defined the package name in pubspec.yaml |
Please post logcat. Might be related to #1390. |
@bartekpacia Same issue but doesn't know the solution |
Please provide a minimal, reproducible sample. Otherwise we cannot help you and the issue will be closed. |
Closing because of inactivity. Feel free to open a new issue with all the required information provided, including a minimal, reproducible sample. |
Steps to reproduce
Run the example application and run this command
Actual results
I'm trying to test press home and open the app in the android where as am getting this below issue.
await $.native.pressHome();
await $.native.openApp();
Logs
Logs
Patrol version
patrol: ^2.3.1
Patrol Doctor output
Patrol Doctor output
Program adb found in /Users/user/Library/Android/sdk/platform-tools/adb
Env var $ANDROID_HOME set to /Users/user/Library/Android/sdk
Program xcodebuild found in /usr/bin/xcodebuild
Program ideviceinstaller found in /opt/homebrew/bin/ideviceinstaller
Flutter Doctor output
Flutter Doctor output
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.13.6, on macOS 14.0 23A344 darwin-arm64, locale
en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] Connected device (3 available)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered: