摘要:
function TransChar(AChar: Char): Integer;begin if AChar in ['0'..'9'] then Result := Ord(AChar) - Ord('0') else Result := 10 + Ord(AChar) - Ord('A... 阅读全文
摘要:
http://www.genymotion.net/ 阅读全文
摘要:
http://blog.csdn.net/liuhe688/article/details/6532519 阅读全文
摘要:
http://blog.csdn.net/highning0007/article/details/12801057遇到问题描述:运行android程序控制台输出 [2012-07-18 16:18:26 - ] The connection to adb is down, and a severe... 阅读全文
摘要:
【错误】The method loadLibrary(String) is undefined for the type Settings.System【解决方法】不要加入包import android.provider.Settings.System;就可以了 阅读全文