Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rendering error in Android studio 1.5?

I am new to Android and recently installed Android Studio 1.5. However I'm getting Some problems in Rendering Rendering problem in Android Studio 1.5 enter image description here

I've tried installing packages and here are those SDK Tools enter image description here

I searched forums for help and found some answers. I then selected a lower version of 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 my styles.xml file in this way

<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">

instead of

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">

I tried every method I found on the Internet, but nothing helped. The main problem is that I cant See the design interface (or UI, or simply the phone screen) and even if I see it by changing some Settings, I cant add widgets to it and edit the Layout. For example, I cant select the Hello World in default blank activity and delete it.

Friends I am new to Android Development and a very beginner

like image 245
Andrew Bond Avatar asked Nov 22 '15 08:11

Andrew Bond


1 Answers

I changed the android version to use to automatically pick best fit. It is circled a with blue ink and marked "x" in the image. This resolved the issue for me.

enter image description here

like image 134
hTony Avatar answered Nov 04 '22 19:11

hTony