简体   繁体   English

如何在Eclipse中实现与build.gradle相同的功能(使用Android Developer Tools)

[英]How to achieve the same as build.gradle in Eclipse(with Android Developer Tools)

I am a Java novice and am trying out the Google Endpoints with Python backend(module) for web app and Java for Android coding. 我是Java的新手,正在尝试使用带Python后端(模块)的Google端点(用于Web应用程序)和带Java的Android编码。 I am following the official Google tutorial . 我正在关注Google官方教程

On the above link, the tutorial describes the setup using Android Studio and asks us to replace the build.gradle file with the given content. 在上面的链接上,教程描述了使用Android Studio进行的设置,并要求我们用给定的内容替换build.gradle文件。 But in eclipse(with ADT), I could not find the build.gradle file itself. 但是在eclipse(带有ADT)中,我找不到build.gradle文件本身。 On googling, I found that there is a Gradle plugin available for Eclipse. 在谷歌搜索中,我发现有一个适用于Eclipse的Gradle插件。

What is the recommended way to develop Google Cloud Endpoints based Android App: using Android Studio or Eclipse as editor(in terms of ease)? 建议开发基于Google Cloud Endpoints的Android应用程序的推荐方法是:使用Android Studio或Eclipse作为编辑器(从简便性考虑)? If Eclipse is an equally good option for above question(which I believe should be the case), how do I solve this grade.build problem? 如果Eclipse是上述问题的同样不错的选择(我认为应该是这种情况),那么我该如何解决grade.build问题?

If there are any other updated tutorials for the same, please mention them as well. 如果还有其他相同的更新教程,请也提及它们。 Appreciate your time and help 感谢您的时间和帮助

Nothing Sir, If you built via Eclipse you could skip the build.gradle part 没关系,如果您是通过Eclipse构建的,则可以跳过build.gradle部分

In conclusion, you can skip from Configuring the Project and go to the next page https://developers.google.com/appengine/docs/python/endpoints/getstarted/clients/android/create_app 总之,您可以跳过“ 配置项目”并转到下一页https://developers.google.com/appengine/docs/python/endpoints/getstarted/clients/android/create_app

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

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