---
title: "Design view is not getting displayed in my Android Studio? What should I do?"  
description: "Design view is not getting displayed in my Android Studio? What should I do?"  
author: "Lily Chitlangiya"  
published: 2021-12-28  
canonical: https://answers.mindstick.com/qa/94814/design-view-is-not-getting-displayed-in-my-android-studio-what-should-i-do  
category: "troubleshooting"  
tags: ["android studio", "android", "troubleshooting"]  
reading_time: 1 minute  

---

# Design view is not getting displayed in my Android Studio? What should I do?

[Design](https://www.mindstick.com/articles/126148/the-way-to-merge-psd-style-and-design-in-to-reactive-html) [view](https://yourviews.mindstick.com/view/84897/nasa-video-shows-a-giant-churning-tornado-on-the-sun-latest-view-2023) is not getting displayed in my [Android Studio](https://www.mindstick.com/blog/10942/android-studio-vs-eclipse)? What should I do?

\

## Answers

### Answer by Hitesh Vohra

- The structure of a user interface in your app, such as an activity, is defined by a layout. A hierarchy of View and View Group objects is used to create all of the layout's elements. A View depicts something that the user can see and interact with.
- To do so, go to View > Tool Windows > Project, or just click Project on the [Android](https://www.mindstick.com/articles/1672/android-internals) Studio screen's left side. Click the **Design tab** at the top right of the window if your editor displays the XML source. Select Blueprint under (Select Design Surface).
- 'Invalidate caches & restart' might help.
- Select this option to restart Android Studio. It might take a while. If that doesn't work, try rebuilding your project.

\

**Read More[: Can I run different programs and apps on a Chromebook?](https://answers.mindstick.com/qa/97269/can-i-run-different-programs-and-apps-on-a-chromebook)**


---

Original Source: https://answers.mindstick.com/qa/94814/design-view-is-not-getting-displayed-in-my-android-studio-what-should-i-do

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
