12

I cannot find how to refresh my project without rebuilding it in Android Studio. I have seen this popup near the logcat in the past and used it, it was wonderful for layout updates.

Is this refreshing just a layout change not available in Android Studio?

jasonflaherty
  • 1,924
  • 7
  • 40
  • 82

2 Answers2

9

Because the answer isn't stated anywhere in this thread even though it's marked as accepted:

Click on your preview and press R

Source: How to refresh preview on Android Studio 2.2?

Code Wiget
  • 1,540
  • 1
  • 23
  • 35
  • This should be the accepted answer since the question was about refreshing the layout without rebuilding the project, thanks man! – Amira May 05 '22 at 11:49
7

According to: Android Studio: How to 'Refresh' after adding file?

There is no refresh option for do that on AndroidStudio

There is only an option for Make project in Build -> Build Project.

But, i think this option will do the refresh option:

File->Synchronize. Or equivalently, Ctrl+Alt+Y or the little circle with arrows menu button.

Update: In the new Android Studio, This feature is available. Thanks to jason.

Community
  • 1
  • 1
ʍѳђઽ૯ท
  • 16,646
  • 7
  • 53
  • 108