原创 使用Burp Suite 對Android手機抓包

前提: 使用Burp Suite 軟件抓包。下載地址:http://www.colafile.com/file/2681788 手機需要root。安裝軟件proxyDroid。 http://www.colafile.com/file/

原创 the zipalign tool was not found in the sdk

最近弄環境頭疼得很。 打包時候遇到一個問題: the zipalign tool was not found in the sdk 主要問題是沒有在sdk的tools目錄中發現zipalign工具。 但我的目錄中有改該工具。 爲了節省

原创 EditText的inputType類型設置

Constant中的內容可以直接在xml文件中寫入,但是在代碼中設置的話。。。 請務必寫Description中的參數。 Constant Value Description date 0x00000014 For entering a

原创 Edittext不可編輯可點擊 & 解決Edittext第二次點擊纔有效

問題1:Edittext不可編輯可點擊 1、Edittext在新的api裏已經把editable功能標記deprecated。 2、但是如果設置enabled爲false的話,點擊事件也無效了。 解決1:設置focusable方法 哎,之

原创 類似問題 duplicate entry: com/example/apputils/BuildConfig.class

最近遇到了一些環境配置方面的問題 不知道是Android Studio的版本問題還是mac軟件自身的問題 如題: duplicate entry: com/example/apputils/BuildConfig.class 出現了幾次類

原创 mac 安裝mysql後 忘記默認的隨機密碼

哎 技多不壓身,但是費腦!! 弄個環境開發jsp,需要安裝mysql,然後就遇到了如題的問題。。。 首先關閉mysql服務,然後開始後面的命令 1、cd /usr/local/mysql/bin/ 2、sudo su 3、./mysql

原创 MAC上添加ADB環境變量

1、啓動終端 2、進入當前用戶的HOME目錄下,輸入 CD $HOME3、打開.bash_profile,輸入 open -e .bash_profile tip:如果沒有.bash_profile,請先創建,輸入 touch .bas

原创 Android中佈局優化總結

1、<include> <merge> <viewStub>標籤 2、FrameLayout>RelationLayout>LinearLayout 3、LinearLayout中少用layout_weight參數 4、佈局中減少L