java - Emulator in Android Studio won't load -


rendering problems. following classes not instantiated: - android.support.v7.internal.widget.actionbaroverlaylayout .

exception details:

java.lang.classnotfoundexception: android.support.v7.appcompat.r$attr

^^^^^------- (the character represented '$' character unable write. )

this shows instead of emulator in android studio. deleted projects before happened , may have mistakenly edited read-only file. tried reinstalling android studio , android sdk scratch. same result. give error related utf-8 , give option open file encoding. isn't doing right now. brings emulator drag , drop brings small window can changed on emulator. , problem comes every time restart android studio.

is there can fix this.

thank you.

have tried change apptheme? know rendering problems or error can temporarliy fixed doing this.

try changing base application theme using below code - in res/values/styles.xml

seems have fixed people. bugg fixed in later version. check link more info , workarounds.

http://tools.android.com/knownissues#toc-can-t-render-layouts-in-android-studio-1.2


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -