转载至http://blog.163.com/china_uv/blog/static/11713726720136931132385/ 刚安装Ubuntu14.5时运行Android Studio可能会出现下列问题: 错误 'Cannot run program "/home/uv/IDE/adt/sdk/platform-tools/adb": error=2, No such file or directory 错误:[2013-05-30 03:41:32 - adb] Une…
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' -> IDENTIFIED BY 'some_pass' WITH GRANT OPTION; //本地操作的权限 mysql> GRANT ALL PRIVILEGES ON *.* TO ' root '@'%' -> IDENTIFIED BY 'some_pass' WITH GRANT OPTION; 首先要声明一下:一般情况下,修改MySQL…
最近在国内多次尝试在Eclipse下更新SDK无果后,最后终于通过FQ后结束了Google服务器无法访问的噩梦. 顺着墙外的梯子,一并下载Google的Android Studio尝鲜,安装成功后,就遇见了第一个问题: Error occurred during initialization of VM. Could not reserve enough space for object heap. Error: Could not create the Java Visual Machine.…
最近做安卓开发的时候,碰到了如下两个极品问题,刚开始晕头转向,仔细一研究终于解决了: FAQ1: C:\Users\xxx>adb shelladb: Env var ANDROID_ADB_SERVER_PORT must be a positive number less than 65536. Got "89999"Android Debug Bridge version 1.0.32Revision 09a0d98bebce-android ---这个问题是因为我先前wi…
参考: http://blog.csdn.net/lucasey/article/details/61071377 Android Studio 升级到2.3版本后 运行项目后,只是安装上了,而APP不能自动打开: 看到官方解释:Known issue: Some device manufacturers block apps from automatically launching after being installed on the device. When deploying your…