作者: liubin 日期: 2010年05月21日  分类:Android  Comments Off 
Conversion to Dalvik format failed: Unable to execute dex: null
今天遇到这个错误: Conversion to Dalvik format failed: Unable to execute dex: null 改了下eclipse.ini -Xms128m -Xmx512m 貌似现在还没问题。
732 days前 / 86 次浏览阅读全文
作者: liubin 日期: 2010年05月12日  分类:Android  Comments Off 
下载android源代码
$ history 1 cd /bin 2 curl http://android.git.kernel.org/repo > repo 3 ls 4 chmod a+x repo 5 df -H 6 cd /e 7 cd /cygdrive/e 8 dir 9 mkdir android-src 10 cd android-src/ 11 repo init -u git://android.git.kernel.org/platform/manifest.git 12 repo sync 13 history repo sync可能中间会发生网络故障导致更新中断,可以再次执行就行了。
742 days前 / 58 次浏览阅读全文
作者: liubin 日期: 2010年05月11日  分类:Android  Comments Off 
命令行安装android包
语法就是adb install 包名(.apk) adb install HelloWorld.apk 不是很麻烦。 卸载就稍微麻烦点 adb uninstall com.adakoda.android.helloworld adb uninstall -k xxx 的话,其数据会被保留
742 days前 / 62 次浏览阅读全文