这行代码
Log.d(TAG,”onCreatet”);
为什么会报错?
错误提示是:Cannot resolve symbol “TAG”
解决方案
6
你得本人换成你本人的一个string类型的值啊
大哥真实诚
例如 :Log.d(“本人的tag”,“oncreate”);这样
6……继续阅读 »
9年前 (2016-03-22) 1327浏览
0个赞
Genymotion是最新的 2.7.2好像是.
Genymotion 滑动屏幕自动搜索或输入0003,大家可以看下GIF图片.为这本人都重新装了下系统了!!!!!!!!!!!!!
来人啊!来人啊!来人啊!
解决方案
50
能否描述清楚?不知所云
50
题主解决了么?本人也是这个问题,头痛啊
……继续阅读 »
9年前 (2016-03-22) 1419浏览
0个赞
在做android蓝牙开发时有这样一个需求:让用户在系统蓝牙界面配对我们的设备,并连接该设备(系统列表中为已连接状态),打开我们开发的android程序,希望直接找到该连接的设备,建立bluesocket连接,实现蓝牙通讯。(使用SPP连接设备,android中也不支持SPP的profile)
该方法与众多蓝牙程序不同的是,并不是通过搜索配对设备建立连接,而……继续阅读 »
9年前 (2016-03-22) 2172浏览
0个赞
06-07 07:38:05.068: D/gralloc_goldfish(535): Emulator without GPU emulation detected.
06-07 07:41:30.578: D/AndroidRuntime(535): Shutting down VM
06-07 07:41:30.578: W/dalvikvm(535……继续阅读 »
9年前 (2016-03-22) 1656浏览
0个赞
handler.post(new Runnable()
{
@Override
public void run()
{
System.out.println(Looper.myLooper().getThread()+”post”);
textView.setText(“alreadly changed”);
……继续阅读 »
9年前 (2016-03-22) 1456浏览
0个赞
http://download.csdn.net/detail/llxxhm/7336907
解决方案
5
http://download.csdn.net/detail/llxxhm/7336907
帮你顶一下
5
顶下吧 最好上传资源的时候加下说明 什么都没有
5
题主是 3群的吗?!
5
专家发的都是好东西 必须顶一下
……继续阅读 »
9年前 (2016-03-22) 1887浏览
0个赞
解决方案
10
用 ExpandableListView 吧
10
楼上正解 ExpandableListView ,或网上搜搜别人写的自定义 ExpandableListView
10
尽量不要嵌套listview,做过,不好做,写的不好性能不理想,看看能不能用expandablelistview做吧
5
ExpandableListView 正解。或……继续阅读 »
9年前 (2016-03-22) 1898浏览
0个赞
[2014-06-25 13:11:25 – ddms] transfer error: No such file or directory
[2014-06-25 13:11:25] Failed to pull selection: No such file or directory
解决方案
……继续阅读 »
9年前 (2016-03-22) 1402浏览
0个赞
app 已经上传到应用宝里面已经审核通过 也有 appid 和appkey ,也已经申请了开发者账号 ;app其后的版本添加了qq授权登录功能 ,打包后运行不能正常通过qq授权 报错 “该应用非官方版本正版应用,请去应用宝下载正版后进行qq登录。错误码100044”
这两版的包名一致,打包用的签名也是一致的。求指导决方案
解决方案
40
这个问题整……继续阅读 »
9年前 (2016-03-22) 2466浏览
0个赞