Android Studio's device chooser is shown before Gradle Build completes

后端 未结 1 1098
甜味超标
甜味超标 2021-01-18 07:07

Prior to Android Studio 1.5, the device chooser was shown upon Gradle Build completion.

This allowed to use build time to physically configure devices, make any last

相关标签:
1条回答
  • 2021-01-18 07:47

    Per the Android Studio 1.5 Preview 2 release notes:

    In 1.5 we've reworked the build+deploy flow such that instead of first building with Gradle and then popping up the "choose a device" dialog, we now immediately ask for a device to push the APK to. Some users were using Run + Cancel to build an APK; we now added a separate "Build APK" action to the Build menu for that purpose.

    So the only option to start a build without a selected device is to use the Build APK action.

    0 讨论(0)
提交回复
热议问题