2

Screenshot of the problem:

Screenshot of the problem

Android SDK packages have been downloaded:

Android SDK packages have been downloaded

Edited@2016/10/09:

What are the uses of system image? Are these related to my question?

NeoZoom.lua
  • 2,269
  • 4
  • 30
  • 64
  • Where is the description of your problem? This is too broad. – Jared Burrows Oct 08 '16 at 17:00
  • I'd like to mention that you don't need to install every last thing in the SDK Manager. You should only download the system image for the architecture of your machine – OneCricketeer Oct 08 '16 at 17:30
  • To @cricket_007: Do you mean that the "Sources for Android SDK" is unnecessary? My CPU is Intel(R) Core(TM) i5-4210U, what system image should I choose. btw, thanks for your helping again. – NeoZoom.lua Oct 08 '16 at 18:10
  • The Intel x86 one, assuming you've also installed Intel HAXM – OneCricketeer Oct 08 '16 at 21:16
  • To @cricket_007: I noticed that there is a Google APIs Intel x86 Atom System image too. what's the difference between them? I should keep or uninstalled that one? – NeoZoom.lua Oct 09 '16 at 03:10
  • http://stackoverflow.com/questions/23416448/difference-between-google-apis-x86-system-image-and-google-apis-arm-system-im – OneCricketeer Oct 09 '16 at 04:04

1 Answers1

4

that's because you updating your sdk into 24 api and your android studio cannot display and preview that level , you should change your android version for rendering layouts in the IDE to 23 like this image ... enter image description here

Nickan
  • 466
  • 5
  • 17
  • "... your android studio cannot display and preview that level, " could this be a problem to be solved(like after downloading some files needed), or this be a problem from API 24 itself? – NeoZoom.lua Oct 09 '16 at 03:05
  • maybe this problem be solved by updating android studio to final stable version. – Nickan Oct 09 '16 at 14:49