The import android.support.v7.app cannot be resolved

后端 未结 5 1124
长情又很酷
长情又很酷 2020-11-29 09:08

after updating to Eclipse Kepler, I haven\'t been able to add the support library appcompat. I\'ve followed this instructions and I still get the error The import an

5条回答
  •  情深已故
    2020-11-29 09:56

    Just delete android-support-v4.jar from libs folder of your project. Rest of the things/errors will be gone. Eclipse will handle rest of the things.

提交回复
热议问题