編輯:關於Android編程
環境搭建git clone cd 到AndBug目錄,執行make
58deMacBook-Pro-7:AndBug wuxian$ make
PYTHONPATH=lib python setup.py test
running test
.:: '' of () -> ''
:: '1' of (0,) -> '\x00'
:: '2' of (1,) -> '\x00\x01'
:: '4' of (1,) -> '\x00\x00\x00\x01'
:: '8' of (1,) -> '\x00\x00\x00\x00\x00\x00\x00\x01'
:: 'f' of (1,) -> '\x01'
:: 'm' of (1,) -> '\x00\x01'
:: 'o' of (1,) -> '\x00\x01'
:: 't' of (1,) -> '\x00\x00\x00\x01'
:: 's' of (1,) -> '\x00\x00\x00\x00\x00\x00\x00\x01'
:: '$' of ('abcd',) -> '\x00\x00\x00\x04abcd'
:: '1248' of (0, 1, 1, 1) -> '\x00\x00\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x01'
:: 'fmots' of (0, 1, 1, 1, 1) -> '\x00\x00\x01\x00\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x01'
.<<< 1 META
>>> 2 META
00000000: 74 68 65 20 71 75 69 63 6b 20 62 72 6f 77 6e 20 the.quick.brown.
00000010: 66 6f 78 fox
....
----------------------------------------------------------------------
Ran 6 tests in 0.004s
OK
執行通過後,執行./andbug會提示如下信息:
andbug shell -p 包名/PID
先通過Hierarchyviewer查看一下包名,然後執行調試:
andbug shell -p xposed.doctorq.com.qq4xposed
以qq
登錄界面為例:
class-trace com.tencent.mobileqq.activity.LoginActivity
自定義圓形ImageView圓形ImageView在頭像顯示用的比較普遍了,今天對於實現圓形ImageView做個總結;主要思路是 重寫 onDraw() ;方法有兩個:
一、安裝及配置Genymotion(1)由於Eclipse中自帶的SDK模擬器,啟動之慢,不說了 現在給大家介紹一種比較快的模擬器Genymotion(2)首先去Geny
字體管家是手機安卓手機上面的一個更改手機字體的軟體,應該算是手機美化類別的。字體管家在手機在線字體的收集方面還算是比較全面的,雖不能算是百變字體,但分類足以
分享一個下拉刷新的解決辦法,效果圖: Main.java: package example.com.list; import