Android Studio3.0导入Eclipse项目 记录报错的地方
今天导入eclipse 项目 有错误 记录下
在勾选的地方进行导入项目
设置项目路径 在进行下一步
这个错误 找到 项目路径下 project.properties 这个文件 删除 这两行
就行了
导入进来 出现问题一步一步解决
点击 ADD 下载文件
Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. |
resource style/Theme.AppCompat.Light.NoActionBar (aka com.example.exmtablayout:style/Theme.AppCompat.Light.NoActionBar) not found. |
替换成提示我们的 api 或者implementation
resource style/Theme.AppCompat.Light.NoActionBar (aka com.example.exmtablayout:style/Theme.AppCompat.Light.NoActionBar) not found. |
这个错误 添加 design 包 就行了
现在就大功告成 记录一下