简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
requestFocus标签的使用(为控件设置焦点)
1.非容器控件标签中放<requestFocus />标签,表示将当前控件设为焦点。代码如下:<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:orientation="vertical"android:padding="4dip"andro
Plugin with id 'com.github.dcendents.android-maven' not found 解决方案
1.错误原因:导入了一个module 其build.gradle引用了apply plugin: 'com.github.dcendents.android-maven'导入后项目提示 Plugin with id 'com.github.dcendents.android-maven' not found2.解决方式:在project目录下的build.gradle对应位置添加classpath
mac更新系统后Git不能用,提示missing xcrun at
今天更新了mac系统,然后就踩了这个坑。运行AndroidStudio 右上角提示:can't start git: /usr/bin/gitprobably the path to git executable is not valid . `fix it`.点击fix it后 点击git路径后边的test提示:errors while executing git -- version.
到底了