Android appcompat v7 error

后端 未结 9 596
盖世英雄少女心
盖世英雄少女心 2020-12-10 12:21

Being new to Android developent I followed the simplest of tutorials, built a new android project, accepting all default settings (built it for kitkat). To my dismay I have

9条回答
  •  伪装坚强ぢ
    2020-12-10 12:45

    Need to update your SDK manager

    click ur sdk manager icon in the ecilipse then update android support Repository in the extras

    then

    go to File->import->existing project

    abt bundle->sdk->extra->android->support->v7 to workspace

    after import v7 to workspace go to lib folder choose both jar and right click and choose build to workspace then again right click v7 project go to java build path choose the checkbox and click apply and ok..

    if u have updated sdk then follow this steps

    step 1:

    Right click ur project then go to

    property->choose java build path

    step 2:

    click Add External jar

    Step 3:

    Browse to ur adt bundle go to ur workspace choose the folder

    android-support-v7-appcompat -> lib -> appcompat_v7.jar

提交回复
热议问题