Skip to content
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

fix: #2115

Closed
temuujinnn opened this issue May 16, 2024 · 2 comments
Closed

fix: #2115

temuujinnn opened this issue May 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@temuujinnn
Copy link

✗ Exception: Failed to install apks: [BT:1.15.6] Error: No connected devices found.
com.android.tools.build.bundletool.model.exceptions.CommandExecutionException: No connected devices found.
at com.android.tools.build.bundletool.model.exceptions.InternalExceptionBuilder.build(InternalExceptionBuilder.java:57)
at com.android.tools.build.bundletool.device.DeviceAnalyzer.getTargetDevice(DeviceAnalyzer.java:160)
at com.android.tools.build.bundletool.device.DeviceAnalyzer.getAndValidateDevice(DeviceAnalyzer.java:133)
at com.android.tools.build.bundletool.device.DeviceAnalyzer.getDeviceSpec(DeviceAnalyzer.java:55)
at com.android.tools.build.bundletool.commands.InstallApksCommand.execute(InstallApksCommand.java:202)
at com.android.tools.build.bundletool.BundleToolMain.main(BundleToolMain.java:117)
at com.android.tools.build.bundletool.BundleToolMain.main(BundleToolMain.java:55)
(0.2s)

If you aren't sure why this command failed, re-run with the --verbose flag to see more information.

You can also file an issue if you think this is a bug. Please include the following log file in your report:
/Users/garage/Library/Application Support/shorebird/logs/1715848389322_shorebird.log

@temuujinnn temuujinnn added the bug Something isn't working label May 16, 2024
@eseidel
Copy link
Contributor

eseidel commented May 16, 2024

This looks like a log from shorebird preview? Where its calling bundletool install-apks and there isn't a device to install onto?

@bryanoltman
Copy link
Contributor

"No connected devices found" is the issue – there are no devices that this app can be installed to. If you either start an emulator or connect a device, this will go away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants