Android 不自动生成Android Dependencies的解决方式

来源:互联网 发布:黑马 软件测试培训 编辑:程序博客网 时间:2024/04/29 14:10

打开了工程下的.classpath的文件.

<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>


Refresh!不行就clean,再不行就restart eclipse.