简体   繁体   English

Android插件路径和相应的构建工具在哪里?

[英]Where is the Path of Android Plugin and the corresponding Build tool?

Where exactly is the path of the Android Plugin? Android插件的路径到底在哪里?

and dependency : 和依赖:
com.android.tools.build:gradle:abc ( say 3.1.3 or 2.2.2) com.android.tools.build:gradle:abc(例如3.1.3或2.2.2)

My guess is the dependency and Android Plugin version should be same. 我的猜测是依赖性和Android插件版本应该相同。

path belong to the project level gradle and dpendency belong to the app level gradel, this is project level gradle where you can find class path path属于项目级别gradle,而dpendency属于应用程序级别gradel,这是项目级别gradle,您可以在其中找到类路径 在此处输入图片说明

yes plugin an dependency should be same becase plugin is a jar file that execute the task and dependency is a jar that provides the class files to execute the task. 是的,插件的依赖关系应该相同,如果插件是执行任务的jar文件,而依赖项是提供执行任务的类文件的jar。

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

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