新手求教,使用androidstudio导入v4包,出现的问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了新手求教,使用androidstudio导入v4包,出现的问题相关的知识,希望对你有一定的参考价值。
参考技术A androidstudio导入v4包1.进入file-projectstructure2.左边选择app3.右边选择dependencies4.左下角可以看到一个加号,点击选择Librarydependency就可以看到可以导入的jar包,选择support-v4导入即可AndroidStudio自动导入包
IntelliJ IDEA可以自动优化导入包,但是有多个同名的类位于不同的包时,需要自己手动使用Alt + Enter进行导入。
- Settings→Editor→General→Auto Import
- 选中Optimize imports on the fly和Add unambiguous imports on the fly
Optimize imports on the fly:自动去掉一些没有用到的包
Add unambiguous imports on the fly:自动帮我们优化导入的包
AndroidStudio 同理
以上是关于新手求教,使用androidstudio导入v4包,出现的问题的主要内容,如果未能解决你的问题,请参考以下文章
Android studio中怎么导入android.support.v4包
包 android.support.v4.app 不存在;在安卓工作室 0.8
新手学习Python,求教Python中如何导入excel数据