0

In android studio 3.0 there are two options(Run and Profile) available to run the application. Both are functioning like the same thing and behaviour. See below screenshot:

enter image description here and enter image description here

My question is what's the actual activities between the Run and Profile in android studio 3.0

0xAliHn
  • 18,390
  • 23
  • 91
  • 111

1 Answers1

0

As per Android studio team: It's mostly a nice UI shortcut to open the profiler tool window and start profiling in conjunction with running the app. Clicking "Run" doesn't start the profiler, but you can still choose to profile the app later by opening the tool window.

0xAliHn
  • 18,390
  • 23
  • 91
  • 111