摘要:
使用“RAM Manager”修改“虚拟机堆大小”为某一个阀值 xxMB大小修改 AndroidManifest.xml 里的Application 标签的属性android:largeHeap="true"Attribute "largeHeap" is only used in API leve... 阅读全文
摘要:
查看当前调试设备CPU架构的方法:adb.exe shell getprop ro.product.cpu.abi (一般返回值为:armeabi-v7a)adb.exe shell getprop ro.product.cpu.abi2(一般返回值为:armeabi)问题场景:在 Android ... 阅读全文
摘要:
官方文档:https://developer.android.com/reference/android/widget/AutoCompleteTextView.html#setText(java.lang.CharSequence, boolean)public voidsetText(CharS... 阅读全文
摘要:
Eclipse优化:1.可以删除的插件有: EGit CVS Mylyn cdt1.不用多次加载布局容器的版本: ADT-22.3.0 adt-bundle-windows-x86-20131030 SDK Tools: 22.3 Platform-Tools: 19 Build-Tools:... 阅读全文
摘要:
官方参考文档:SQLite Query Language: Core Functionshttp://www.sqlite.org/lang_corefunc.html测试SQL语句:SELECT substr('2012-12-12 10:11:12 fff',0,20) AS substr_0_... 阅读全文