import android packages cannot be resolved

前端 未结 9 1617
时光说笑
时光说笑 2020-12-14 15:12

My android application, built inside Eclipse, suddenly fails to build with dozens of errors. The most obvious are errors indicating that all the android imports cannot be r

9条回答
  •  没有蜡笔的小新
    2020-12-14 15:56

    This import android packages cannot be resolved is also occurs when your using some library and that library is not in the same path where your application is there, or if you are importing the library and not coping library to the workspace

提交回复
热议问题