简体   繁体   English

ADT Eclipse + Gradle +依赖项

[英]ADT Eclipse + gradle + dependencies

Has anyone managed to make adt + gradle work together on his android apps? 有没有人设法使adt + gradle在他的android应用程序上一起工作? I wrote my build.gradle file using gradle plugin by spring and it builds just fine. 我在春季使用gradle插件编写了build.gradle文件,它的构建很好。 However the adt thinks that there are no local libs attached to the project (appcompat) so it hits error at my resource files. 但是adt认为该项目(appcompat)没有附加本地库,因此在我的资源文件中出现错误。

So my question is how to fully intergrade a gradle build with adt? 所以我的问题是如何用adt完全转换gradle构建? Or should I ask how to fool eclipse ADT into thinking that all local libs are there without actually adding the lib projects to workspace? 还是我应该问如何使ADT黯然失色,以为所有本地库都在那里而没有实际将lib项目添加到工作区中?

I don't wanna use Intellij or Android Studio. 我不想使用Intellij或Android Studio。 I tried them but they are confusing and complicated to me. 我尝试了它们,但它们对我来说却令人困惑和复杂。 I wanna use eclipse for everything. 我想为所有事物使用eclipse。

OK Eclipse dudes just told me that this will be available soon via a project called Andmore. OK Eclipse伙计们刚刚告诉我,它将很快通过名为Andmore的项目提供。 they will handle and continue the developing of adt now that google has dropped support on it. 谷歌已放弃对adt的支持,他们将继续处理并继续开发adt。

This is still a work in progress but they expect to start bootstrapping the project soon. 这项工作仍在进行中,但他们希望很快就可以启动该项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM