when is open android studio i always get an rendering error(see the attached image) and the toolbar of the app doesn't appear,so please help me.
Asked
Active
Viewed 93 times
-2
-
3http://stackoverflow.com/questions/13439486/missing-styles-is-the-correct-theme-chosen-for-this-layout http://stackoverflow.com/questions/33051106/android-studio-rendering-problems-missing-styles-correct-theme-chosen-for-this http://stackoverflow.com/questions/30358549/android-studio-1-2-1-1-failed-to-find-style-textviewstyle http://stackoverflow.com/questions/24109260/rendering-problems-missing-styles-after-every-update http://stackoverflow.com/questions/34076213/android-studio-rendering-problems-missing-styles – Mike M. Jan 29 '17 at 06:46
-
1Possible duplicate of [Missing styles. Is the correct theme chosen for this layout?](http://stackoverflow.com/questions/13439486/missing-styles-is-the-correct-theme-chosen-for-this-layout) – David Rawson Jan 29 '17 at 10:00
2 Answers
2
try to rebuild the project again and again by going in the Build option may it remove errors lines. or sync your project by turning on the net........it helped me when i was getting an error in my project
hiashutoshsingh
- 949
- 2
- 14
- 40
0
Change your android version on your designer preview into your current version depend on your Manifest. rendering problem caused your designer preview used higher API level than your current android API level.
Adjust with your current API Level. If the API level isn't in the list, you'll need to install it via the SDK Manager.
Mahdi
- 200
- 1
- 11