Eclipse reports rendering library more recent than ADT plug-in

后端 未结 6 752
一个人的身影
一个人的身影 2020-11-27 09:09

On a new Android SDK installation, the Eclipse Graphical Layout is blank, rather than showing the rendering of the layout. Eclipse displays this message:

相关标签:
6条回答
  • 2020-11-27 09:48
    1. Click Help > Install New Software.
    2. In the Work with field, enter: https://dl-ssl.google.com/android/eclipse/
    3. Select Developer Tools / Android Development Tools.
    4. Click Next and complete the wizard.
    0 讨论(0)
  • 2020-11-27 09:57

    The Reason for Warning is your using Old ADT (Android development tools), so Update your ADT by following the procedures below

    Procedure 1:

    1. Inside Eclipse Click Help menu
    2. Choose Check for Updates
    3. It will show Required Updates in that window choose All options using Check box or else choose ADT Updated.

    enter image description here

    Procedure 2:

    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.

    0 讨论(0)
  • 2020-11-27 10:04

    Change the Target version to new updates you have. Otherwise, change what SDK version you have in the Android manifest file.

    android:minSdkVersion="8"
    android:targetSdkVersion="18"
    
    0 讨论(0)
  • 2020-11-27 10:08

    Change android version while rendering layout.

    enter image description here

    Change in API version 18 to 17 work for me.

    Edit: Solution worked for Android Studio too.

    0 讨论(0)
  • 2020-11-27 10:11

    Am i change API version 17, 19, 21, & 23 in xml layoutside

    &&

    Updated Android Development Tools 23.0.7 but still can't render layout proper so am i updated Android DDMS 23.0.7 it's works perfect..!!!

    0 讨论(0)
  • 2020-11-27 10:13

    Please try once uninstalling from Help-->Installation details

    and try again installing using http://dl-ssl.google.com/android/eclipse/

    0 讨论(0)
提交回复
热议问题