not getting preview layout in my android studio 3.0. I have attached screenshot of it with big arrow showing no preview

not getting preview layout in my android studio 3.0. I have attached screenshot of it with big arrow showing no preview

Please go through this
1- Go to your res folder and inside res folder.
2-Go to values.
3-Go to style.xml
4-change <!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
to <style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
you have three solutions 1 : clean the project and rebuild it.
2: if you are using target sdk 28 make it to 27 and change the implementaions to 27 and sync your project
3: close your project and reimport it