简体   繁体   English

这是一个图书馆还是已添加手动?

[英]Is this a library or has been added manullay?

I am studying webrtc while watching some code I found this.我正在研究 webrtc,同时看一些我发现的代码。 I am confused about it how to tell me about this what is this.我很困惑如何告诉我这是什么。 Is this a library or some thing done own self?这是图书馆还是自己做的事情?

That is your librabay file of " WebRtc " or you can say "Module Dependency", it's autometically included when you browse a project, so in your project you can use functionality of " WebRtc " by using this libraruy.那是您的“ WebRtc ”的 librabay 文件,或者您可以说“模块依赖”,它在您浏览项目时自动包含,因此在您的项目中,您可以通过使用此库来使用“ WebRtc ”的功能。 There are two ways to add dependency in project:在项目中添加依赖有两种方法:

  • Add Dependency in to your buile.gradle file在 buile.gradle 文件中添加依赖项
  • Add Module Dependelcy like rightn now you added into your project.像现在添加到项目中一样添加模块依赖项。

If you want to Add/Remove this from your project then follow below steps:如果您想从项目中添加/删除它,请按照以下步骤操作:

  1. Open "File"打开文件”
  2. Click on "Project Structure"点击“项目结构”
  3. Click on Module -- > app点击模块 --> 应用
  4. Click on above last menu "Dependencies"单击上面最后一个菜单“依赖项”
  5. CLick on Plus Icon to Add Dependency点击加号图标添加依赖
  6. If you want to remove dependency then select dependency from left "Modules" section, select dependency and click above "Minus" sign button.如果要删除依赖项,请从左侧“模块”部分中删除 select 依赖项,select 依赖项,然后单击上方的“减号”符号按钮。

Hope this may helps you.希望这可以帮助你。

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

相关问题 哪个元素已添加到ArrayList中? - Which element has been added to the ArrayList as last? 在运行时添加组件后如何使 JScrollPane 可滚动 - How to make a JScrollPane scrollable after a component has been added at runtime 添加鼠标侦听器后无法单击选项卡 - Can not click on tab when mouse listener has been added 有没有办法为添加了鼠标适配器的东西设置动作命令? - Is there a way to set an action command for something that a mouse adapter has been added to? Java Swing - 知道是否已在ChangeListener中删除/添加了选项卡 - Java Swing - Knowing if tab has been removed/added in ChangeListener jstl可以检查属性是否已添加到模型吗? - Can jstl check if attribute has been added to the model? 如何检测文件中的字符串是否已被编辑或添加? - How to detect if a string in a file has been edited or added? 验证 ANDROID_HOME 是否已添加到您的路径中 - Verify that ANDROID_HOME has been added to your path 如何将 setOnClickListener 设置为以编程方式添加的 TextView? - How to set setOnClickListener to TextView that has been added programmatically? 添加/删除项目时,Richfaces pickList ajax事件 - Richfaces pickList ajax event when item has been added/removed
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM