Filter installation on incompatible device APIs #152

Open
opened 2025-08-09 17:13:37 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @adelphes on 1/27/2017

Currently, the debugger allows an App to be deployed onto any device, regardless of the API level. If an app is deployed to a device with an API lower than the minimum required by the app, the installation fails.

Now that the launch routine knows the device API before deployment, we should check it against the App's API level and give an appropriate message.

We could also filter connected devices, ignoring those whose API is not compatible (rather than requiring the user to always choose a target device.)

*Originally created by @adelphes on 1/27/2017* Currently, the debugger allows an App to be deployed onto any device, regardless of the API level. If an app is deployed to a device with an API lower than the minimum required by the app, the installation fails. Now that the launch routine knows the device API before deployment, we should check it against the App's API level and give an appropriate message. We could also filter connected devices, ignoring those whose API is not compatible (rather than requiring the user to always choose a target device.)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/android-dev-ext#152
No description provided.