Android app performance testing tool GT source code acquisition and deployment
GT is an app performance testing tool developed by TMQ (Tencent Mobile quality Center).
Official address: http://gt.qq.com/index.html
Github address: https://github.com/Tencent/GT
Running tool: eclipse, the version of the specialized integrated android environment I use is shown below
Eclipse download address: link: https://pan.baidu.com/s/1csbzl0 password: 3633
The first step is to go to github clone code
From the cmd command line, go to the pre-created project storage folder to execute git clone https://github.com/Tencent/GT.git
The results are as follows:
The second step, use eclipse to open the android project in the code directory, the code will report an error, mainly need to import 4 packages to put in the libs no libs folder to create their own with the directory. Note that android-support-v4.jar requires a special version of v4 package. Download 4 jar packages at: link: https://pan.baidu.com/s/1eSpR1SI password: ckmk