I just installed Android Studio 2.3.3 and I followed the steps given on Tutorials Point website for this installation. The install process was successful. I then created a new project as shown in the screen below.
In the install instructions, it was shown that I will see the mockup as shown in screenshot below. However, it does not show the mobile mockup in design view. What am I missing? Or how do I get the mockup in design view?
Asked
Active
Viewed 437 times
0

Arjun Bhoot
- 302
- 2
- 12

Abhijeet
- 49
- 10
-
Possible duplicate of [Where is Android Studio layout preview?](https://stackoverflow.com/questions/16660039/where-is-android-studio-layout-preview) – DaveNOTDavid Jul 10 '17 at 13:23
-
@DaveNOTDavid I tried preview but its still showing as shown in screenshot 1 – Abhijeet Jul 10 '17 at 13:26
2 Answers
1
AFAIK, viewing the XML design preview of your app with a mobile device frame around it is deprecated for the latest stable versions of Android Studio.

DaveNOTDavid
- 1,753
- 5
- 19
- 37
-
Okay... I didn't know that. Thank you for sharing this info. I appreciate it. – Abhijeet Jul 10 '17 at 13:53
0
Please Follow below steps:
View -> Tool Windows -> Preview.
Select Preview.

Sangram Haladkar
- 707
- 9
- 22
-
Sangram, I am already in preview. Its the preview that is not showing mobile mockup... it is showing as shown in screenshot 1 – Abhijeet Jul 10 '17 at 13:24