• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Disable Streamed Installation in Android Studio

  • Thread starter Thread starter Deleted User
  • Start date Start date
D

Deleted User

Guest
Hi,

I have a problem installing apps using Android Studio (3.5.3) whereby sometimes it simply hangs. To fix this, I have to perform an installation on the command line and disable streamed installation (i.e. force a push install):

adb install -r -t --no-streaming app-debug.apk

Is there a way to force the option "--no-streaming" in Android Studio? The only related option I can find is the "Install Flags" in the "Run/Debug Configuration", but the hint text for this says "Options to 'pm install' command", and this suggests that this is only used if non-streaming is used (i.e. push to temporary file on device, then use pm install on the device).

Any assistance would be appreciated.
 
Back
Top Bottom