That little white dot that I circled is the textview (I have to zoom in to 1000% just to click it accurately). This is what my android studio shows on the preview screen when I load up the default "empty activity". I can drag other objects in but they just disappear. The Design view shows the app view but empty. When I actually run the app it appears normal, but it makes it really difficult to make the app without use of this feature. I've tried like 5 new projects but it's all the same.
Asked
Active
Viewed 1,073 times
2 Answers
1
i experience this problem too, try this answer :
it works for me after downgrading the appcompat to alpha1

AAzizH
- 143
- 2
- 14
0
On the Select Design Surface option, Click Force Refresh Layout. That should work.
Edit: Source
Edit 2:
In the Project View, try deleting the ".idea" folder. Then, Change a small thing in any "build.gradle" file, and it will give you the option to "Sync project". Try this.
If not, try File -> Invalidate Caches/Restart -> Invalidate and Restart

karthik prasad
- 738
- 7
- 15
-
Updated answer with next steps. – karthik prasad Jun 12 '18 at 13:55
-
Still doesn't work. I'm going to try to completely uninstalling Android Studio and reinstalling. – WillN210 Jun 12 '18 at 20:21