A message like this appears in the lower center and the preview screen does not appear.
How can I resolve this issue and bring up a preview screen?
I think it's because there's no AppCompat in it or it's not defined as a dependency.
https://developer.android.com/tools/support-library/setup.html
↑How about downloading the Android Support Library from SDK Manager and adding the following to build.gradle
?
dependencies {
...
compile "com.android.support:appcompat-v7:18.0.+"
}
© 2024 OneMinuteCode. All rights reserved.