文件名称:Android代码-apkinspector
文件大小:145.24MB
文件格式:ZIP
更新时间:2022-08-25 19:16:40
Android代码
AndroidAnalysisGUI This is a guide to get the alpha release of Android Analysis GUI. It has only been tested on Linux. Install Qt SDK. (1)Download the QtSDK (Qt_SDK_Lin32_offline_v1_1_1_en.run from "http://qt.nokia.com/downloads/sdk-linux-x11-32bit-cpp-offline") and install it using root permission. (2)Configure the environment variable. Add these to the end of the /etc/profile: QTDIR=/opt/QtSDK/Desktop/Qt/473/gcc PATH=$QTDIR/bin:$PATH LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH export QTD