上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: 问题描述:安卓APP的引导页下方,本应有三个小圆点,只展示一个 解决办法:代码中的变量全部写成了point1 , 复制代码后一定要检查呀(敲桌子~~) つ﹏⊂ 封装的方法:private void setPointIma(boolean Ch1,boolean Ch2, boolean Ch3){ 阅读全文
posted @ 2017-07-12 12:23 Cranberries 阅读(218) 评论(0) 推荐(0)
摘要: Q1~~ 问题描述:针对 MainActivity.java 中的代码行 : getSupportActionBar().setElevation(0); 显示错误提示: Caused by: java.lang.NullPointerException: Attempt to invoke vir 阅读全文
posted @ 2017-07-12 11:02 Cranberries 阅读(311) 评论(0) 推荐(0)
摘要: 问题描述:在安卓模拟上运行程序,程序闪退,显示:xx has stopped 提示:Caused by: java.lang.ClassCastException: com.example.cheung.sbulter.MainActivity cannot be cast to android.v 阅读全文
posted @ 2017-07-11 11:49 Cranberries 阅读(722) 评论(0) 推荐(0)
摘要: 问题描述:在安卓模拟上运行程序时,一打开就报错:xx has stopped. 解决办法:根据错误提示java.lang.IllegalArgumentException: Only TabItem instances can be added to TabLayout. 查看MainActivit 阅读全文
posted @ 2017-07-11 07:14 Cranberries 阅读(2361) 评论(0) 推荐(0)
摘要: 1 问题描述: 针对这段代码: <activity android:name=".fragament.fragment_bulter" /> <activity android:name=".fragament.fragment_girl" /> <activity android:name=".f 阅读全文
posted @ 2017-07-10 18:50 Cranberries 阅读(5499) 评论(0) 推荐(0)
摘要: 问题描述:在 Android Studio 3.0 Canary 1 上遇到的 Android Studio 3.0 Canary 1 错误提示 解决办法:Build -> Clean Project 结果:已解决 阅读全文
posted @ 2017-07-10 17:01 Cranberries 阅读(681) 评论(0) 推荐(0)
摘要: 问题描述:在Android Studio 3.0 Canary 1上遇到的错误提示:Error running MainActivity: Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled. 解 阅读全文
posted @ 2017-07-10 16:43 Cranberries 阅读(794) 评论(0) 推荐(0)
摘要: 来源: http://blog.csdn.net/itermeng/article/details/73716972 已解决 阅读全文
posted @ 2017-07-10 13:15 Cranberries 阅读(2580) 评论(0) 推荐(0)
摘要: 来源:http://www.cnblogs.com/skynet/archive/2010/12/12/1903949.html 来源:http://blog.csdn.net/makeyourchance/article/details/51834567 来源:http://www.cnblogs 阅读全文
posted @ 2017-07-09 21:45 Cranberries 阅读(149) 评论(0) 推荐(0)
摘要: 来源:http://blog.csdn.net/aboy123/article/details/38307539 来源:http://www.mamicode.com/info-detail-517008.html 来源:http://www.cnblogs.com/wxd0108/p/547944 阅读全文
posted @ 2017-07-09 21:38 Cranberries 阅读(115) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页