Tip When previewing layout.xml files:
This version of the rendering library was more recent than your version of ADT plug-in. Please update ADT plug-in
Causes the layout file to not be previewed properly;
Root cause: The SDK version is too high and the ADT version is low;
There are several ways to solve this problem:
1.
- Click help > Install New software.
- In the work with field, enter:
https://dl-ssl.google.com/android/eclipse/
- Select Developer tools/android development Tools.
- Click Next and complete the wizard.
2.
|
Change the Android version while rendering layout. |
3,
The change of the Target version to new updates is yours. Otherwise, the change-what SDK version of you has in the Android manifest file.
android:minSdkVersion="8"android:targetSdkVersion="18"
This version of the rendering library was more recent than your version of ADT plug-in. Please update