
android问题解决
Sundy_Tu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
在drawable里面添加图片 R文件没反应的解决
刚刚在drawable里面ctrl+v一张图片名为原创 2014-04-15 13:08:20 · 4012 阅读 · 1 评论 -
Unable to resolve target 'android-20'
Solve this problem.Left click project->Build Path->Configure build path...-> Android-> Project Build TargetChecked the Android Target, like below转载 2016-06-24 03:09:58 · 439 阅读 · 0 评论 -
eclipse的安卓项目上有感叹号
如果有叹号,一般都是导入的库有问题试试右键项目,buildpath--->configure build path--->libraries 将有红叉的包移除就可以了原创 2016-06-22 23:26:15 · 698 阅读 · 0 评论 -
添加第三方jar包,class not found的解决
这里注意要勾选上,如勾选上之后还是这个问题,就clean一下这个工程,这里需要clean是由于代码没修改的情况下,eclipse并没有重新编译我们的工程原创 2016-09-07 23:25:48 · 1608 阅读 · 0 评论 -
selector drawable没有效果解决
android给textView 设置selector没有效果 【中秋佳节】码云陪你一起赏花赏月拿豪礼>>> » 我给textView 设置selector没有效果下面是layout,Relative和下面的三个TextView的background就是设置的selector,我在代码中实现了他们的监听的。 ? 1 2 3 4 5 6 <item android:drawable=原创 2016-09-25 14:39:34 · 864 阅读 · 0 评论 -
android selector(如对TextView点击样式改变) - perfect亮
selector1.selector 从单词的意思来说:选择者,选择器,就是对你的目标的控制。从API来说:A controller for the selection of SelectableChannel objects. Selectable channels can be registered with a selector and get a SelectionKey that repr原创 2016-09-25 20:19:22 · 1099 阅读 · 0 评论 -
使用tablayout时出现的问题
Caused by: android.view.InflateException: Binary XML file line #12: Error inflating class android.support.design.widget.TabLayout,TableLayout引起页面崩溃在使用TableLayout的时候,运行引用程序直接Crash:FATAL EXCEPTION: main转载 2016-09-27 15:52:43 · 4790 阅读 · 2 评论 -
TabLayout 遇到那些坑 tab标签不显示问题
官方参考链接: https://developer.android.com/reference/android/support/design/widget/TabLayout.html?utm_campaign=io15&utm_source=dac&utm_medium=blog 稀土掘金: http://www.jcodecraeer.com/a/anzhuokaifa/androidk转载 2016-09-27 16:58:15 · 18423 阅读 · 4 评论