随笔分类 - Android
【Android UI设计与开发】顶部标题栏(一)ActionBar 奥义·详解
摘要:转自:http://www.cnblogs.com/yc-755909659/p/4290784.html一、ActionBar介绍 在Android 3.0中除了我们重点讲解的Fragment外,Action Bar也是一个非常重要的交互元素,Action Bar取代了传统的tittle bar...
阅读全文
The method makeText(Context, CharSequence, int) in the type Toast is not applicable for the arguments (new TaskHandler(){}, String, int)
摘要:1 // 第一个参数:当前的上下文环境。可用getApplicationContext()或xxxActivity.this 2 // 第二个参数:要显示的字符串。也可是R.string中字符串ID 3 // 第三个参数:显示的时间长短。Toast默认的有两个LENGTH_LONG(长)和LENGT...
阅读全文
Android Call requires API level 12 (current min is 8) 问题解决
摘要:原因不清楚,解决方法:右键点击项目->Androidtools->ClearLinkMarkers.
阅读全文
升级 ADT 时Could not find D:\Android\a...sdk-windows\tools\adb.exe
摘要:升级ADT之后,项目运行遇到Could not find D:\Android\a...sdk-windows\tools\adb.exe百度之后试了很多方法:(以后遇到来看看,或许哪种方法可以解决)1.将D:\android-sdk-windows\platform-tools目录下的adb.ex...
阅读全文
浙公网安备 33010602011771号