嗨,新朋友,很高兴认识你,欢迎来到我的博客。
分类存档: 安卓(android)

android编译错误“OnClickListener cannot be resolved to a type”解决方案

原始代码: Button ok = (Button)findViewById(R.id.ok); ok.setOnClickListener(new OnClickListener(){ public void onClick(View v) { final TextView show = (TextView)findVi...

Hardcoded string XXX, should use @string resource警告

问题:直接编辑edit text输入文字会报警告 警告代码: <Button android:id="@+id/clock" android:layout_width="wrap_content" android:layout_height="wrap_content&quo...

android中The connection to adb is down,问题和解决

1. 运行cmd 2. 转到\sdk\platform-tools文件路径下 3. adb kill-server 4. adb start-server

小米手机2 adb devices看不到设备

在拨号窗口输入*#*#717717#*#*,按提示进行。看到diag usb enable .后就可以了。