I am new to Android and have recently installed Android Studio 1.5. However, I am having some problems with rendering. Rendering problem in Android Studio 1.5 
I tried installing packages, and these SDK Tools 
I searched the forum for help and found the answers. Then I selected a lower version of the Android API (Android 5.0 instead of Android 6.0). I also tried changing the theme (Tried Theme.AppCompat, Holo.Light, Material.Light). Then I also edited the styles.xml file this way
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
instead
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
I tried every method that I found on the Internet, but nothing helped. The main problem is that I canβt see the design interface (or the user interface, or just the phone screen), and even if I see it by changing some settings, I canβt add widgets to it and edit the layout. For example, I cannot select Hello World in a blank action by default and delete it.
Friends I am new to Android development and very new
source share