android
远涉江湖
这个作者很懒,什么都没留下…
展开
-
adb devices ???????????? no permission
Solution:在/etc/udev/rules.d/目录下创建51-android.rules文件,sudo vi /etc/udev/rules.d/51-android.rules只要在51-android.rules中保留一行SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="06原创 2012-10-22 19:31:24 · 1360 阅读 · 3 评论 -
UIthread UI 线程
The UIThread is the main thread of execution for your application. This is where most of your application code is run. All of your application components(Activities, Services, ContentProviders, Broadc原创 2012-11-13 16:37:25 · 1163 阅读 · 0 评论 -
Do you need to disable swap and how to configure swappiness
When building android, linux kernel or other heavy projects, our linux consumes much memory and thus starts to use harddisk for swap which will make the compiling got ralatively slow.How d原创 2013-02-26 14:36:45 · 1553 阅读 · 0 评论
分享